Skip to content

Commit

Permalink
chore(internal, tests): fix test setup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 3, 2021
1 parent 1a8111b commit f1e486f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dynamic-machines-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module('Dynamic Machines', function (hooks) {

await render(hbs`
<TestMachine as |state send|>
{{state.toStrings}}
{{state.value}}
<button id='spawn' {{on 'click' (fn this.startNested send)}}>Spawn Nested Machine</button>
Expand Down

0 comments on commit f1e486f

Please sign in to comment.