Skip to content

Commit da1e0b1

Browse files
committed
More test fixes
1 parent 2c21846 commit da1e0b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/host/tests/acceptance/commands-test.gts

+3-4
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ module('Acceptance | Commands tests', function (hooks) {
827827
msgtype: APP_BOXEL_MESSAGE_MSGTYPE,
828828
formatted_body: 'Switching to code submode',
829829
format: 'org.matrix.custom.html',
830+
isStreamingFinished: true,
830831
[APP_BOXEL_COMMAND_REQUESTS_KEY]: [
831832
{
832833
name: toolName,
@@ -837,10 +838,6 @@ module('Acceptance | Commands tests', function (hooks) {
837838
},
838839
},
839840
],
840-
'm.relates_to': {
841-
rel_type: 'm.replace',
842-
event_id: '__EVENT_ID__',
843-
},
844841
});
845842

846843
assert.dom('[data-test-submode-switcher=interact]').exists();
@@ -980,6 +977,7 @@ module('Acceptance | Commands tests', function (hooks) {
980977
msgtype: APP_BOXEL_MESSAGE_MSGTYPE,
981978
formatted_body: '',
982979
format: 'org.matrix.custom.html',
980+
isStreamingFinished: true,
983981
[APP_BOXEL_COMMAND_REQUESTS_KEY]: [
984982
{
985983
id: 'abc123',
@@ -1048,6 +1046,7 @@ module('Acceptance | Commands tests', function (hooks) {
10481046
msgtype: APP_BOXEL_MESSAGE_MSGTYPE,
10491047
formatted_body: '',
10501048
format: 'org.matrix.custom.html',
1049+
isStreamingFinished: true,
10511050
[APP_BOXEL_COMMAND_REQUESTS_KEY]: [
10521051
{
10531052
id: '29e8addb-197b-4d6d-b0a9-547959bf7c96',

packages/matrix/tests/commands.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ test.describe('Commands', () => {
163163
format: 'org.matrix.custom.html',
164164
body: 'some command',
165165
formatted_body: 'some command',
166+
isStreamingFinished: true,
166167
[APP_BOXEL_COMMAND_REQUESTS_KEY]: [
167168
{
168169
id: '1',

0 commit comments

Comments
 (0)