Skip to content

Commit

Permalink
Merge pull request #2 from rudSarkar/dev
Browse files Browse the repository at this point in the history
Added new test case fixed
  • Loading branch information
rudSarkar authored Jan 20, 2025
2 parents 477b3a5 + 88d991f commit 92246ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe("/GET /dev", () => {
.get("/dev")
.end((err, res) => {
res.should.have.status(200);
res.text.should.be.eql("Hello");
res.text.should.be.eql("Hello 2");
done();
});
});
Expand Down

0 comments on commit 92246ba

Please sign in to comment.