Skip to content

Commit 002c036

Browse files
committed
fix
1 parent a1ac4fc commit 002c036

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
@@ -665,7 +665,7 @@
665665
true, false,
666666
"asfdnk", "1.5", "-1", "t", "f", :test,
667667
BigDecimal(45435), 1, 1.5, -1, 0,
668-
Time.current, Sequel::SQLTime.new("2010-10-10 10:10:10")
668+
Time.current, Sequel::SQLTime.date
669669
]
670670
values.each do |value|
671671
it_behaves_like "returns success", :string, value

0 commit comments

Comments
 (0)