Skip to content

Commit

Permalink
Fix test in layoutSelection.component MaibornWolff#904
Browse files Browse the repository at this point in the history
  • Loading branch information
alschmut committed Apr 9, 2020
1 parent 2503bf8 commit 31e232b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("LayoutSelectionController", () => {
instantiateModule("app.codeCharta.ui.layoutSelection")

$rootScope = getService<IRootScopeService>("$rootScope")
storeService = getService<StoreService>("$rootScope")
storeService = getService<StoreService>("storeService")
}

function rebuildController() {
Expand Down

0 comments on commit 31e232b

Please sign in to comment.