Skip to content

Commit

Permalink
(Real-Dev-Squad#712) change route name to noun
Browse files Browse the repository at this point in the history
  • Loading branch information
isVivek99 committed Aug 5, 2023
1 parent 4b0df82 commit cc10b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/userMigrations.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const cookieName = config.get("userToken.cookieName");

chai.use(chaiHttp);

describe.only("userColorMigrations", function () {
describe("userColorMigrations", function () {
let superUserId;
let superUserAuthToken;
let userId = "";
Expand Down

0 comments on commit cc10b82

Please sign in to comment.