Skip to content

Commit 88d991f

Browse files
committed
Added new test case fixed
1 parent 477b3a5 commit 88d991f

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

0 commit comments

Comments
 (0)