Skip to content

Commit

Permalink
Fix weird CI problem
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Aug 6, 2023
1 parent c5f434b commit df357ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/TestInventory.hs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ testInventory =
)
]
where
x = E.mkEntity (defaultEntityDisplay 'X') "fooX" [] [] []
y = E.mkEntity (defaultEntityDisplay 'Y') "fooY" [] [] []
z = E.mkEntity (defaultEntityDisplay 'Z') "fooZ" [] [] []
x = E.mkEntity (defaultEntityDisplay 'X') "fooX" mempty [] []
y = E.mkEntity (defaultEntityDisplay 'Y') "fooY" mempty [] []
z = E.mkEntity (defaultEntityDisplay 'Z') "fooZ" mempty [] []

0 comments on commit df357ed

Please sign in to comment.