Skip to content

Commit

Permalink
revert failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce committed Sep 6, 2023
1 parent 7e64348 commit 26eedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ describe('Greeter', function () {
// wait until the transaction is mined
await setGreetingTx.wait();

expect(await greeter.greet()).to.equal('Hola, mundo2!');
expect(await greeter.greet()).to.equal('Hola, mundo!');
});
});

0 comments on commit 26eedfb

Please sign in to comment.