Skip to content

Commit 497d920

Browse files
committed
UPDATE test
1 parent b9a0c24 commit 497d920

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "event-reduce-js",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "javascript implementation of the event-reduce algorithm https://pubkey.github.io/event-reduce/",
55
"keywords": [
66
"event-reduce",

javascript/test/unit/fuzzing.test.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,4 @@ describe('fuzzing.test.ts', () => {
1919
);
2020
assert.strictEqual(result.ok, true);
2121
});
22-
it('should have never be correct on doNothing', async () => {
23-
const map: StateActionIdMap = new Map();
24-
map.get = () => indexOfDoNothing;
25-
const result = await fuzzing(
26-
map,
27-
10,
28-
10
29-
);
30-
assert.strictEqual(result.ok, false);
31-
});
3222
});

0 commit comments

Comments
 (0)