Skip to content

Commit

Permalink
Fix layout selection spec MaibornWolff#904
Browse files Browse the repository at this point in the history
  • Loading branch information
lurichte committed Apr 15, 2020
1 parent 287a630 commit 26d259d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("LayoutSelectionController", () => {
it("should set new layoutAlgorithm into redux store", () => {
layoutSelectionController["_viewModel"].layoutAlgorithm = LayoutAlgorithm.StreetMap

layoutSelectionController.applyLayoutAlgorithm(LayoutAlgorithm.SquarifiedTreeMap)
layoutSelectionController.applyLayoutAlgorithm()

expect(storeService.getState().appSettings.layoutAlgorithm).toEqual(LayoutAlgorithm.StreetMap)
})
Expand Down

0 comments on commit 26d259d

Please sign in to comment.