Skip to content

Commit 13184bf

Browse files
committed
Reactivate test
1 parent 579832e commit 13184bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ordered-keyvalue.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ describe("OrderedKeyValue Database", () => {
341341
]);
342342
});
343343

344-
it.skip("move a value twice", async () => {
344+
it("move a value twice", async () => {
345345
const value = "value1";
346346
const key = "key1";
347347

0 commit comments

Comments
 (0)