Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lucmir committed Dec 26, 2022
1 parent b69ec64 commit f5e83cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration/lib/linkWalletService.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ describe("link wallet service integration tests", () => {
expect(programId.toString()).toEqual(DID_SOL_PROGRAM.toString())
);
R.slice(3, 5, tx.instructions).map(({ programId }) =>
expect(programId.toString()).toEqual(DID_REGISTRY_PROGRAM_ID.toString())
expect(programId.toString()).toEqual(
DID_REGISTRY_PROGRAM_ID.toString()
)
);
});
});
Expand Down

0 comments on commit f5e83cf

Please sign in to comment.