Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 13, 2021
1 parent 371ef34 commit c73dcf4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ describe('WvrItWorksComponent', () => {
.toEqual('it-works-component');
});

it("should have as text 'Weaver Components Work'", () => {
it("should have as text 'Weaver Components'", () => {
expect(component.text)
.toEqual('Weaver Components Work');
.toEqual('Weaver Components');
});

});

0 comments on commit c73dcf4

Please sign in to comment.