Skip to content

Commit

Permalink
Sipp
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit committed Oct 16, 2023
1 parent 3e165b2 commit 9fcf093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ describe('Unit test: Nyitó oldal', function () {
})
});

it('Oldalon szerepel az "Azure" szó', function () {
it('Oldalon szerepel az "Sipp" szó', function () {
return request(app)
.get('/')
.then(function (response) {
expect(response.text).to.contain('Azure');
expect(response.text).to.contain('Sipp');
})
});

Expand Down

0 comments on commit 9fcf093

Please sign in to comment.