From 9fb42ce5722e4668494e2be439ce3cacd9a8c33e Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Wed, 10 Feb 2021 21:50:39 +0800 Subject: [PATCH] examples/lockup: Remove unused var in test --- examples/lockup/tests/lockup.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/lockup/tests/lockup.js b/examples/lockup/tests/lockup.js index 6cbc3b4ef..336e19dd7 100644 --- a/examples/lockup/tests/lockup.js +++ b/examples/lockup/tests/lockup.js @@ -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;