Skip to content

Commit 59312da

Browse files
committed
Revert "Fix allocated storage type"
This reverts commit f361e34.
1 parent f361e34 commit 59312da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/database/default-db.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function testDefaultDb(ctx: DatabaseTestContext) {
5555
);
5656
assert.strictEqual(
5757
instance.allocatedStorage,
58-
20,
58+
'20',
5959
'Allocated storage argument should be set to 20',
6060
);
6161
assert.strictEqual(

0 commit comments

Comments
 (0)