Skip to content

Commit

Permalink
bugfix: url file parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Oct 26, 2017
1 parent 3157f9b commit 8443eb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions visualization/app/codeCharta/codeChartaController.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ describe("app.codeCharta.codeChartaController", function() {

codeChartaController = $controller("codeChartaController", {dataService: dataService, urlService: urlService, settingsService:settingsService, scenarioService:scenarioService});

expect(dataService.setFileData.calledWithExactly("someData"));
expect(settingsService.onSettingsChanged.calledOnce);
expect(dataService.setComparisonMap.called);
expect(dataService.setReferenceMap.called);
Expand Down

0 comments on commit 8443eb8

Please sign in to comment.