Skip to content

Commit

Permalink
adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ccomb committed Nov 26, 2024
1 parent 162d744 commit 82dc8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Data/Object/SimulatorTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ suite =
|> Example.findByName "Table"
|> Result.andThen (.query >> getEcsImpact db)
|> Result.withDefault 0
|> Expect.within (Expect.Absolute 1) 3979
|> Expect.within (Expect.Absolute 1) 3976
|> asTest "should compute impact for an example table"
]
]
Expand Down

0 comments on commit 82dc8e2

Please sign in to comment.