Skip to content

Commit

Permalink
test: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 18, 2024
1 parent f563962 commit 4984360
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ describe(fileShortPath(import.meta.url), () => {
})
}
catch (ex) {
assert(ex === msg)
assert(ex instanceof Error)
assert(ex.message === msg)
assert(! trx.isCompleted())

const currCtime2 = await read(km)
Expand Down

0 comments on commit 4984360

Please # to comment.