Skip to content

Commit

Permalink
fix socket test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkabuki committed Oct 4, 2023
1 parent 904977e commit b18a61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/nest/socket/socket.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('SocketService', () => {

module.init()

client = io(`http://localhost:${TEST_DATA_PORT}`)
client = io(`http://127.0.0.1:${TEST_DATA_PORT}`)
})

afterAll(async () => {
Expand Down

0 comments on commit b18a61b

Please sign in to comment.