Skip to content

Commit 3c0744f

Browse files
committed
fix: remove spaces
1 parent 489b6b2 commit 3c0744f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_value_converter_factory.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_time
275275
SCHEMA_TYPE, 'TIME', timezone: 'Asia/Tokyo'
276276
).create_converter
277277
assert_equal "15:00:01.000000", converter.call("15:00:01")
278-
278+
279279
assert_raise { converter.call('foo') }
280280
end
281281

0 commit comments

Comments
 (0)