Skip to content

Commit 2d0c8c7

Browse files
committed
added pending Int64 tests
1 parent 3e41653 commit 2d0c8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/50.int64.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ describe('Int64', function () {
2424
it('should compare to other Int64s or other values via .equals()');
2525
it('should bind to statements and transactions');
2626
it('should get returned by operations after setting .safeIntegers()');
27-
it('should react to changing settings inside a .each() callback');
27+
it('should react to changing settings inside an .each() callback');
28+
it('should be safe from other databases inside an .each() callback');
2829
it('should be able to change the default setting on the database');
2930
it('should return fully accurate round-trip results');
3031
});

0 commit comments

Comments
 (0)