examples/lockup: Remove unused var in test

This commit is contained in:
Armani Ferrante 2021-02-10 21:50:39 +08:00
parent d20363fb2c
commit 9fb42ce572
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 0 additions and 1 deletions

View File

@ -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;