Commit 4212e1f2 authored by Nick Stenning's avatar Nick Stenning

tests/js: Normalise controller namespace and names

These names were updated in scripts/controllers.coffee but not here.
parent 446c0997
assert = chai.assert
sinon.assert.expose assert, prefix: null
describe 'h.controllers', ->
describe 'h', ->
$scope = null
fakeIdentity = null
fakeLocation = null
......@@ -91,7 +91,7 @@ describe 'h.controllers', ->
onready()
assert.isFalse($scope.dialog.visible)
describe 'AnnotationViewer', ->
describe 'AnnotationViewerController', ->
annotationViewer = null
beforeEach inject ($controller, $rootScope) ->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment