Skip to content

Commit e156567

Browse files
committed
Match test name to function name
1 parent 3a57847 commit e156567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SynapseAdminApisTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ describe('SynapseAdminApis', () => {
532532
});
533533
});
534534

535-
describe('addUserToRoom', () => {
535+
describe('joinUserToRoom', () => {
536536
it('should call the right endpoint', async () => {
537537
const { client, http, hsUrl } = createTestSynapseAdminClient();
538538

0 commit comments

Comments
 (0)