Skip to content

Commit 3085242

Browse files
committed
Fixed CI
1 parent c4098ea commit 3085242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/database_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_if_table_exists_invalid
140140
end
141141

142142
def test_write_database_types
143-
time = Time.now
143+
time = Time.now.round(6)
144144
df =
145145
Polars::DataFrame.new([
146146
Polars::Series.new("binary", ["bin".b], dtype: Polars::Binary),

0 commit comments

Comments
 (0)