Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Goju-Ryu authored and sharkdp committed Jan 5, 2025
1 parent 8c05e9f commit d0b3003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tests/unit_consistency_misc.nbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ assert_eq(1 imperial_gallon, 4.546_09 L, 1e-5 L)
assert_eq(1 imperial_bushel, 36.368_72 L, 1e-5 L)
assert_eq(1 imperial_fluid_drachm, 3.551_632_812_5 mL)
assert_eq(1 imperial_gill, 142.065_312_5 mL)
assert_eq(1 imperial_tablespoon, 1/2 imperial_fluidounce)
assert_eq(1 imperial_teaspoon, 1/4 imperial_tablespoon)
assert_eq(1 imperial_tablespoon, 1/2 * imperial_fluidounce)
assert_eq(1 imperial_teaspoon, 1/4 * imperial_tablespoon)


assert_eq(1 gauss, 100 µT)
Expand Down

0 comments on commit d0b3003

Please sign in to comment.