Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulboosz committed Nov 5, 2024
1 parent 8ed14b7 commit 4cbd912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Data/Object/SimulatorTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ suite =
|> Example.findByName "Chaise"
|> Result.andThen (.query >> getEcsImpact db)
|> Result.withDefault 0
|> Expect.within (Expect.Absolute 1) 649
|> Expect.within (Expect.Absolute 1) 915
|> asTest "should compute impact for an example chair"
, db.object.examples
|> Example.findByName "Table"
|> Result.andThen (.query >> getEcsImpact db)
|> Result.withDefault 0
|> Expect.within (Expect.Absolute 1) 45
|> Expect.within (Expect.Absolute 1) 47
|> asTest "should compute impact for an example table"
]
]
Expand Down

0 comments on commit 4cbd912

Please sign in to comment.