Skip to content

Commit 6efcff9

Browse files
committed
update comment
1 parent 5909d82 commit 6efcff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_value_converter_factory.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def test_date
248248
assert_equal nil, converter.call(nil)
249249
assert_equal "2016-02-26", converter.call("2016/02/26")
250250

251-
# Users must care of BQ timestamp format by themselves with no timestamp_format
251+
# Users must care of BQ date format by themselves with no timestamp_format
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")

0 commit comments

Comments
 (0)