We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd0d78 commit 812fef5Copy full SHA for 812fef5
1 file changed
packages/bigquery/test/index.js
@@ -276,7 +276,7 @@ describe('BigQuery', function() {
276
describe('timestamp', function() {
277
var INPUT_STRING = '2016-12-06T12:00:00.000Z';
278
var INPUT_DATE = new Date(INPUT_STRING);
279
- var EXPECTED_VALUE = '2016-12-06T12:00:00.000Z';
+ var EXPECTED_VALUE = INPUT_DATE.toJSON();
280
281
it('should expose static and instance constructors', function() {
282
var staticT = BigQuery.timestamp(INPUT_DATE);
0 commit comments