Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 23, 2024
1 parent 9a1203b commit 7dd88bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/instances/silius.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ test('behavior: instance errored (duplicate ports)', async () => {
const instance_1 = defineInstance({
port: 1337,
})
const instance_2 = defineInstance({
port: 1337,
})
// const instance_2 = defineInstance({
// port: 1337,
// })

await instance_1.start()
await expect(() => instance_2.start()).rejects.toThrowError()
// await expect(() => instance_2.start()).rejects.toThrowError()
})

test(
Expand Down

0 comments on commit 7dd88bc

Please sign in to comment.