aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/schema_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts
index 133914e6d..1c4216496 100644
--- a/test/schema_test.ts
+++ b/test/schema_test.ts
@@ -28,7 +28,7 @@ describe('Schema', () => {
});
});
describe('BigNumber serialization', () => {
- it.only('should correctly serialize BigNumbers', () => {
+ it('should correctly serialize BigNumbers', () => {
const testCases = {
'42': '42',
'0': '0',