Skip to content

Commit 1e5405a

Browse files
committed
Fixed unit tests.
1 parent f8328e3 commit 1e5405a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigtable/test/mutation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ describe('Bigtable/Mutation', function() {
185185
setCell: {
186186
familyName: 'follows',
187187
columnQualifier: 'gwashington',
188-
timestampMicros: timestamp,
188+
timestampMicros: timestamp * 1000, // Convert ms to ms
189189
value: 1
190190
}
191191
}]);

0 commit comments

Comments
 (0)