From 162dd04c7bdf3888cb31a40c5950727b92d9e15d Mon Sep 17 00:00:00 2001 From: Jerome P Date: Mon, 16 Dec 2024 11:10:42 -0800 Subject: [PATCH] Fix to make test load Receipe contract when run --- flow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flow.json b/flow.json index 3d1d7cb..a9ca14d 100644 --- a/flow.json +++ b/flow.json @@ -3,7 +3,8 @@ "ExampleToken": { "source": "./cadence/contracts/Recipe.cdc", "aliases": { - "emulator": "f8d6e0586b0a20c7" + "emulator": "f8d6e0586b0a20c7", + "testing": "0000000000000007" } } },