Skip to content

Commit

Permalink
docs: rm obsolete comment
Browse files Browse the repository at this point in the history
Co-authored-by: Willem Wyndham <wyndham@cs.unc.edu>
  • Loading branch information
chadoh and willemneal authored Oct 10, 2023
1 parent 9ec6baf commit ba4ecf9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ test('woid', async t => {
t.is(await contract.woid(), undefined)
})

// Bug in soroban client, will be fixed in next release
test('u32_fail_on_even', async t => {
t.deepEqual(await contract.u32FailOnEven({ u32_: 1 }), new Ok(1))
t.deepEqual(await contract.u32FailOnEven({ u32_: 0 }), new Err({ message: "Please provide an odd number" }))
Expand Down

0 comments on commit ba4ecf9

Please sign in to comment.