Skip to content

Commit a1ac4fc

Browse files
committed
fix
1 parent c0f1f6a commit a1ac4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/receiving/models_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
values = [
627627
"01.01.2010",
628628
Time.current, Date.current, DateTime.current,
629-
Sequel::SQLTime.new("2010-10-10 10:10:10"),
629+
Sequel::SQLTime.date,
630630
123, 123.5, BigDecimal("123.5")
631631
]
632632
values.each do |value|

0 commit comments

Comments
 (0)