Skip to content

Commit

Permalink
OLMIS-5235: Cleared up unit tests for the LocalDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraczewski committed Oct 1, 2018
1 parent 430d440 commit 9fde944
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/openlmis-database/local-database.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ describe('LocalDatabase', function() {
}, 'The database should have responded', 500);

runs(function() {
$rootScope.$apply();
$rootScope.$apply();
$rootScope.$apply();
expect(success).toBe(true);
});
});
Expand Down

0 comments on commit 9fde944

Please sign in to comment.