Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed May 7, 2024
1 parent 50dc45c commit 638afbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store/features/entities/entitiesState.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ test("Should be able to add custom event", () => {
expect(newState.customEvents.ids.length).toBe(1);
expect(
newState.customEvents.entities[action.payload.customEventId]?.name
).toBe("");
).toBe("CUSTOM_EVENT 1");
expect(
newState.customEvents.entities[action.payload.customEventId]?.script
).toEqual([]);
Expand Down

0 comments on commit 638afbe

Please sign in to comment.