From c8c9ce404307d1b8e1a399fee0f4df9a2315ba5f Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 29 Feb 2024 13:20:55 +0100 Subject: [PATCH] Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cee2b44..33add51 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ setup-test: build-contract cp $(CONTRACT_TARGET_DIR)/cep85.wasm tests/wasm cp $(CONTRACT_TARGET_DIR)/cep85_test_contract.wasm tests/wasm - test: setup-test +test: setup-test cd tests && cargo test clippy: