From 617b27376c051c44d42b113618d314b3de6d4fe6 Mon Sep 17 00:00:00 2001 From: Jerome P Date: Mon, 16 Dec 2024 10:38:58 -0800 Subject: [PATCH] Fix to get test to run and include Recipe --- flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flow.json b/flow.json index b549154..5166243 100644 --- a/flow.json +++ b/flow.json @@ -3,7 +3,8 @@ "Recipe": { "source": "./cadence/contracts/Recipe.cdc", "aliases": { - "emulator": "f8d6e0586b0a20c7" + "emulator": "f8d6e0586b0a20c7", + "testing": "0000000000000007" } } },