Skip to content

Commit

Permalink
Bluon tests: Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
appgurueu committed May 7, 2022
1 parent 3877e33 commit ead91a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.lua
Expand Up @@ -292,6 +292,7 @@ local function serializer_test(is_json, preserve)
assert_preserves((random() - 0.5) * 2^random(-20, 20))
end
assert_preserves(2.9145637014948988508e-06)
assert_preserves(1.1496387980481e-07)
-- Simple tables
assert_preserves{hello = "world", welt = "hallo"}
assert_preserves{a = 1, b = "hallo", c = "true"}
Expand Down Expand Up @@ -350,7 +351,6 @@ end

-- bluon
do
-- TODO 1.1496387980481e-07 fails due to precision issues
serializer_test(false, function(object)
local rope = table.rope{}
local written, read, input
Expand Down

0 comments on commit ead91a1

Please sign in to comment.