This commit is contained in:
Josh Soref 2019-01-29 01:00:27 -05:00
Родитель 9ae746c70c
Коммит 35efcd0da6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -178,7 +178,7 @@ describe('Settings Controller', function () {
settingsCtrl = createCtrl();
});
it('should check whethter the user has admin rights or NOT', function () {
it('should check whether the user has admin rights or NOT', function () {
(settingsCtrl.scope.admin).should.not.be.ok;
});