Skip to content

Commit

Permalink
Fix wording on test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed May 10, 2020
1 parent dbc6a16 commit 5b0c2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/test/interpreter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ describe('interpreter', () => {
});

// https://github.com/davidkpiano/xstate/issues/1174
it('executes actions from a restored initial state', (done) => {
it('executes actions from a restored state', (done) => {
const lightMachine = Machine(
{
id: 'light',
Expand Down

0 comments on commit 5b0c2f4

Please sign in to comment.