Skip to content

Commit 4855623

Browse files
update test expectations for X off
1 parent 5ea4792 commit 4855623

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/x.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ test(`MySQL X is off when disabling it`, async () => {
2929
await db.stop();
3030

3131
expect(mysqlXDisabled).toBe(true)
32-
expect(db.xPort).toBe(undefined)
33-
expect(db.xSocket).toBe(undefined)
32+
expect(db.xPort).toBe(-1)
33+
expect(db.xSocket).toBe('')
3434
})
3535

3636
test(`MySQL X is on when enabling it`, async () => {

0 commit comments

Comments
 (0)