8000 updated test case · rudSarkar/github-ci-learn@2fcd4b3 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 2fcd4b3

Browse files
committed
updated test case
1 parent f87ce1c commit 2fcd4b3

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 not_push to main");
41+
res.text.should.be.eql("dev");
4242
done();
4343
});
4444
});

0 commit comments

Comments
 (0)
0