Skip to content

Commit 812fef5

Browse files
Test nit
1 parent afd0d78 commit 812fef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigquery/test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ describe('BigQuery', function() {
276276
describe('timestamp', function() {
277277
var INPUT_STRING = '2016-12-06T12:00:00.000Z';
278278
var INPUT_DATE = new Date(INPUT_STRING);
279-
var EXPECTED_VALUE = '2016-12-06T12:00:00.000Z';
279+
var EXPECTED_VALUE = INPUT_DATE.toJSON();
280280

281281
it('should expose static and instance constructors', function() {
282282
var staticT = BigQuery.timestamp(INPUT_DATE);

0 commit comments

Comments
 (0)