Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Aug 13, 2024
1 parent 68841f6 commit 4e85273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/testcases/parallel/grpc_queries.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ describe('Neutron / Grpc Queries', () => {

describe('Grpc queries', () => {
test('bank balance should work', async () => {
const res = await neutronClient.queryContractSmart(
contractAddress,
const res = await neutronClient.queryContractSmart(contractAddress,

Check failure on line 110 in src/testcases/parallel/grpc_queries.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Delete `⏎·······`
{
bank_balance: {

Check failure on line 112 in src/testcases/parallel/grpc_queries.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Delete `··`
address: neutronWallet.address,

Check failure on line 113 in src/testcases/parallel/grpc_queries.test.ts

View workflow job for this annotation

GitHub Actions / Actions - lint

Delete `··`
Expand Down

0 comments on commit 4e85273

Please sign in to comment.