Skip to content

Commit c8ee1c0

Browse files
committed
Use non-floats due to floating comparision being complex
1 parent 1d1f9cf commit c8ee1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/test-data/formatters-data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ export const formatters = [{
2222
{
2323
format: 'Vector 32-bit',
2424
fromHexText: '0000803f0000004000004040',
25-
formattedText: '[ 1.0, 2.0, 3.0 ]',
25+
formattedText: '[ 1, 2, 3 ]',
2626
},
2727
{
2828
format: 'Vector 64-bit',
2929
fromHexText: '000000000000f03f00000000000000400000000000000840',
30-
formattedText: '[ 1.0, 2.0, 3.0 ]',
30+
formattedText: '[ 1, 2, 3 ]',
3131
},
3232
{
3333
format: 'PHP serialized',

0 commit comments

Comments
 (0)