Skip to content

Commit

Permalink
revert assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Katie Dai committed Nov 30, 2022
1 parent 25577c5 commit 0b2e3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/v2/clusters.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ describe('clusters', () => {
// Test
let nextCalled = false;
let next = (err) => {
assert.equal(err.message, 'Cannot read properties of undefined (reading \'selfLink\')');
assert.equal(err.message, 'Cannot read property \'selfLink\' of undefined');
nextCalled = true;
};

Expand Down

0 comments on commit 0b2e3ab

Please sign in to comment.