Skip to content

Commit a0993f8

Browse files
committed
fix test case
1 parent 6efcff9 commit a0993f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_value_converter_factory.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def test_date
252252
converter = ValueConverterFactory.new(SCHEMA_TYPE, 'DATE').create_converter
253253
assert_equal nil, converter.call(nil)
254254
assert_equal "2016-02-26", converter.call("2016-02-26")
255-
assert_raise { converter.call('foo') }
256255
end
257256

258257
def test_datetime

0 commit comments

Comments
 (0)