Skip to content

Commit

Permalink
fix: change formatting of simulation error to be one line
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 5, 2022
1 parent 5dcd3ff commit 6c755fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/chai-solana/src/expectTXTable.ts
Expand Up @@ -120,7 +120,7 @@ export const expectTXTable = (
lastLine = curLine;
}
}
console.log(" ", JSON.stringify(simulation.value.err, null, 2));
console.log(" ", JSON.stringify(simulation.value.err));
}
}
})
Expand Down

0 comments on commit 6c755fa

Please sign in to comment.