Skip to content

Commit

Permalink
fix: (websockets) correct test name fromappengine_websockets_app to g…
Browse files Browse the repository at this point in the history
…ae_websockets_app
  • Loading branch information
hivanalejandro committed Jan 23, 2025
1 parent 5828320 commit c422a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/websockets/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ after(async () => {
await app.close();
});

describe('appengine_websockets_app', () => {
describe('gae_websockets_app', () => {
it('should process chat message', async () => {
await browserPage.goto('http://localhost:8080');

Expand Down

0 comments on commit c422a62

Please sign in to comment.