Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
removes logs
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Dec 14, 2022
1 parent 62e3e6d commit 55091ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion local-setup-testing/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: HardhatUserConfig = {
compilerSource: 'binary',
settings: {},
},
defaultNetwork: 'hardhat',
defaultNetwork: 'zkSyncTestnet',
networks: {
hardhat: {
// @ts-ignore
Expand Down
3 changes: 1 addition & 2 deletions local-setup-testing/test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ describe('Greeter', function () {

it("Should return the new greeting once it's changed", async () => {
const greeter = await deployGreeter(deployer);
console.log('Deployeeeeddd');
console.log('Contract deployed');
expect(await greeter.greet()).to.eq('Hi');
console.log('Hi is hi');

const setGreetingTx = await greeter.setGreeting('Hola, mundo!');
await setGreetingTx.wait();
Expand Down

0 comments on commit 55091ab

Please sign in to comment.