From 86e79eedbe131d02651101c5c11864d1d978b6c1 Mon Sep 17 00:00:00 2001 From: Jacob Karlsson Date: Thu, 2 Nov 2023 22:02:12 +0100 Subject: [PATCH] Fix lint --- test/api/own-keys/register-and-list.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/own-keys/register-and-list.test.js b/test/api/own-keys/register-and-list.test.js index 699d8ef..55f4e62 100644 --- a/test/api/own-keys/register-and-list.test.js +++ b/test/api/own-keys/register-and-list.test.js @@ -20,4 +20,4 @@ test('can set and get own self dm key', async (t) => { t.equal(gottenKey.scheme, keySchemes.feed_id_self, 'got correct scheme') await p(alice.close)() -}) \ No newline at end of file +})