Skip to content

Commit

Permalink
test: fix mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Jun 26, 2023
1 parent 1b0bff4 commit 0ff6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/fuzzy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ describe("how FuzzyTest works", async () => {

})

it.fails ("", async ({network, alice, bob, mph}) => {
it.todo ("", async ({network, alice, bob, mph}) => {
// https://www.hyperion-bt.org/helios-book/api/reference/fuzzytest.html?highlight=fuzzy#fuzzytest
const fuzzy = new FuzzyTest(0,100,false)
expect(await fuzzy.int(0)).toBe();
Expand Down

0 comments on commit 0ff6b14

Please sign in to comment.