Skip to content

Commit

Permalink
fix analysis test
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 10, 2023
1 parent 1b5b3e6 commit 616e78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/tests/treeReducer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,11 +495,11 @@ test("should handle ADD_ANALYSIS", () => {
position: [0],
dirty: true,
};
expectedState.root.children[0].score = {
expectedState.root.score = {
type: "cp",
value: 10,
};
expectedState.root.children[0].children[0].score = {
expectedState.root.children[0].score = {
type: "cp",
value: 20,
};
Expand Down

0 comments on commit 616e78b

Please sign in to comment.