Skip to content

Commit de9cdd6

Browse files
committed
Fix merge errors
1 parent 7132160 commit de9cdd6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: packages/host/tests/acceptance/interact-submode-test.gts

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ module('Acceptance | interact submode tests', function (hooks) {
5454
setupLocalIndexing(hooks);
5555
setupServerSentEvents(hooks);
5656
setupOnSave(hooks);
57-
let mockMatrixUtils = setupMockMatrix(hooks, {
58-
loggedInAs: '@testuser:staging',
59-
activeRealms: [testRealmURL, testRealm2URL, testRealm3URL],
60-
});
6157

6258
let { setRealmPermissions, setActiveRealms, createAndJoinRoom } =
6359
setupMockMatrix(hooks, {

Diff for: packages/host/tests/integration/components/ai-assistant-panel-test.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ module('Integration | ai-assistant-panel', function (hooks) {
11841184
},
11851185
);
11861186

1187-
createAndJoinRoom({ sender: '@testuser:staging', name: 'test room 0' });
1187+
createAndJoinRoom({ sender: '@testuser:localhost', name: 'test room 0' });
11881188
let room1Id = createAndJoinRoom({
11891189
sender: '@testuser:localhost',
11901190
name: 'test room 1',

0 commit comments

Comments
 (0)