Skip to content

Commit

Permalink
examples/lockup: Remove unused var in test
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Feb 10, 2021
1 parent d20363f commit 9fb42ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/lockup/tests/lockup.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ describe("Lockup and Registry", () => {
anchor.setProvider(provider);

const lockup = anchor.workspace.Lockup;
const linear = anchor.workspace.Linear;
const registry = anchor.workspace.Registry;

let lockupAddress = null;
Expand Down

0 comments on commit 9fb42ce

Please sign in to comment.