Skip to content

Commit

Permalink
fixed test title
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Sep 15, 2024
1 parent db4f6f9 commit 996b511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xstate-store/test/fromStore.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('fromStore', () => {
expect(actor.getSnapshot().context.count).toEqual(50);
});

it('creates an actor from store logic with input (2 args) (object API)', () => {
it('creates an actor from store logic with input (object API)', () => {
const storeLogic = fromStore({
context: (count: number) => ({ count }),
on: {
Expand Down

0 comments on commit 996b511

Please sign in to comment.