We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5909d82 commit 6efcff9Copy full SHA for 6efcff9
test/test_value_converter_factory.rb
@@ -248,7 +248,7 @@ def test_date
248
assert_equal nil, converter.call(nil)
249
assert_equal "2016-02-26", converter.call("2016/02/26")
250
251
- # Users must care of BQ timestamp format by themselves with no timestamp_format
+ # Users must care of BQ date format by themselves with no timestamp_format
252
converter = ValueConverterFactory.new(SCHEMA_TYPE, 'DATE').create_converter
253
254
assert_equal "2016-02-26", converter.call("2016-02-26")
0 commit comments