Skip to content

Commit 2fda108

Browse files
committed
Fix assertion message
1 parent bdfcfc2 commit 2fda108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ module('Acceptance | Commands tests', function (hooks) {
11901190
assert.equal(
11911191
commandResultEvents.length,
11921192
1,
1193-
'No command result event dispatched',
1193+
'Command result event was dispatched',
11941194
);
11951195
assert.dom('[data-test-apply-state="applied"]').exists();
11961196
});

0 commit comments

Comments
 (0)