Skip to content

Commit

Permalink
use correct names for defaultUIData in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Oct 2, 2024
1 parent 7a4fb7c commit 3f97eb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/state/selection/selectors/selectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const mockState: State = {
...initialState,
trajectory: {
...initialState.trajectory,
agentUiNames: mockUIDisplayData,
defaultUIData: mockUIDisplayData,
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/state/trajectory/selectors/selectors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe("trajectory composed selectors", () => {
...initialState,
trajectory: {
...initialState.trajectory,
agentUiNames: [
defaultUIData: [
{
name: "agent1",
displayStates: [],
Expand Down

0 comments on commit 3f97eb0

Please sign in to comment.