Skip to content

Commit

Permalink
forgot to add assert
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <[email protected]>
  • Loading branch information
cocoa-xu committed Feb 12, 2025
1 parent 489e49b commit 99c5e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adbc_ipc_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defmodule Adbc.IPC.Test do
]
} = Adbc.Result.materialize(results)

Enum.all?(Enum.zip(f32_values, f32), fn {a, b} -> abs(a - b) < 0.001 end)
assert Enum.all?(Enum.zip(f32_values, f32), fn {a, b} -> abs(a - b) < 0.001 end)
end

test "it returns empty Adbc.Result when im-memory IPC contains only schema" do
Expand Down

0 comments on commit 99c5e29

Please sign in to comment.