Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhyder committed Jan 30, 2016
1 parent 8d85918 commit a9a5a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/include/admin_navigation_tests.js
Expand Up @@ -53,6 +53,7 @@ describe('AdminNavigation', function() {
describe('AdminNavigation.addToSite', function() {

it('should add a node when the node does not already exist with no site provided', function() {
AdminNavigation.additions = {};
var node = { id: getNextId() };
var result = AdminNavigation.addToSite(node);
result.should.be.ok;
Expand Down

0 comments on commit a9a5a98

Please sign in to comment.