Skip to content

Commit

Permalink
fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
MadameSheema committed Mar 31, 2020
1 parent 5fe7b41 commit 5b8f8d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('timeline data providers', () => {
.first()
.invoke('text')
.should(hostname => {
expect(dataProviderText).to.eq(hostname);
expect(dataProviderText).to.eq(`host.name: "${hostname}"`);
});
});
});
Expand Down

0 comments on commit 5b8f8d0

Please sign in to comment.