Skip to content

Commit

Permalink
test: fix tc
Browse files Browse the repository at this point in the history
  • Loading branch information
xudafeng committed Jan 15, 2019
1 parent 51155d7 commit 3bed30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app/controller/home.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('test/app/controller/home.test.js', () => {
it('GET /', () => {
return app.httpRequest()
.get('/')
.expect(/Reliable Platform/)
.expect(/Reliable Suites for Macaca/)
.expect(200);
});
});

0 comments on commit 3bed30d

Please sign in to comment.