Skip to content

Commit

Permalink
fix: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
petrot committed May 11, 2018
1 parent 0b2a3ed commit 3cad30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/store/reducer/test/hike-edit-route-planner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('RouteInfoData reducers', () => {

describe('UpdateTotal action', () => {
it('should set total', () => {
const total = 100;
const total = { score: 100 };
const action = new hikeEditRoutePlannerActions.UpdateTotal(total);
const state = hikeEditRoutePlannerReducer(initialState, action);

Expand Down

0 comments on commit 3cad30b

Please sign in to comment.