From c8091a0e1d2cbb8377ca70b62bec311097bb1f20 Mon Sep 17 00:00:00 2001 From: Jack Foltz Date: Thu, 26 Jul 2018 13:19:47 -0400 Subject: [PATCH] Clear Key in tests --- test/testUtil.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testUtil.js b/test/testUtil.js index 5ce91cd..9e71d5e 100644 --- a/test/testUtil.js +++ b/test/testUtil.js @@ -18,6 +18,7 @@ exports.clearDatabase = async () => Promise.all([ User.remove({}), Invite.remove({}), + Key.remove({}), Upload.remove({}) ]);