From 58327fcf1105a87d221cc6ca3c97b5e636e638a0 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Wed, 10 Jan 2024 12:52:38 +0200 Subject: [PATCH] rename --- {test => tests}/circuits/storer-test.circom | 0 {test => tests}/config.nims | 0 {test => tests}/proof_test.mpack | Bin {test => tests}/proof_test.mpack-dump.json | 0 {test => tests}/storer.js | 0 {test => tests}/tffi.nim | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/circuits/storer-test.circom (100%) rename {test => tests}/config.nims (100%) rename {test => tests}/proof_test.mpack (100%) rename {test => tests}/proof_test.mpack-dump.json (100%) rename {test => tests}/storer.js (100%) rename {test => tests}/tffi.nim (100%) diff --git a/test/circuits/storer-test.circom b/tests/circuits/storer-test.circom similarity index 100% rename from test/circuits/storer-test.circom rename to tests/circuits/storer-test.circom diff --git a/test/config.nims b/tests/config.nims similarity index 100% rename from test/config.nims rename to tests/config.nims diff --git a/test/proof_test.mpack b/tests/proof_test.mpack similarity index 100% rename from test/proof_test.mpack rename to tests/proof_test.mpack diff --git a/test/proof_test.mpack-dump.json b/tests/proof_test.mpack-dump.json similarity index 100% rename from test/proof_test.mpack-dump.json rename to tests/proof_test.mpack-dump.json diff --git a/test/storer.js b/tests/storer.js similarity index 100% rename from test/storer.js rename to tests/storer.js diff --git a/test/tffi.nim b/tests/tffi.nim similarity index 100% rename from test/tffi.nim rename to tests/tffi.nim