Skip to content

Commit 62c5185

Browse files
committed
Added a test case for not merging into main
1 parent 88d991f commit 62c5185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("/GET /dev", () => {
3838
.get("/dev")
3939
.end((err, res) => {
4040
res.should.have.status(200);
41-
res.text.should.be.eql("Hello 2");
41+
res.text.should.be.eql("Hello not_push to main");
4242
done();
4343
});
4444
});

0 commit comments

Comments
 (0)