From 0b5f3b0b2807036f4ff497fc163321a50a836b36 Mon Sep 17 00:00:00 2001 From: moana Date: Fri, 9 Feb 2024 17:32:11 +0100 Subject: [PATCH] Remove empty src/tests.rs file --- src/tests.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/tests.rs diff --git a/src/tests.rs b/src/tests.rs deleted file mode 100644 index a30b949..0000000 --- a/src/tests.rs +++ /dev/null @@ -1,7 +0,0 @@ -// This Source Code Form is subject to the terms of the Mozilla Public -// License, v. 2.0. If a copy of the MPL was not distributed with this -// file, You can obtain one at http://mozilla.org/MPL/2.0/. -// -// Copyright (c) DUSK NETWORK. All rights reserved. - -mod signature_test;