From 63e54cd8feb3f708af5cd7e44ec2607be508f58a Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Tue, 10 Dec 2024 10:57:01 -0500 Subject: [PATCH] chore: use downloaded tangle --- blueprints/incredible-squaring/tests/e2e.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/incredible-squaring/tests/e2e.rs b/blueprints/incredible-squaring/tests/e2e.rs index d4ec359a..757abff6 100644 --- a/blueprints/incredible-squaring/tests/e2e.rs +++ b/blueprints/incredible-squaring/tests/e2e.rs @@ -10,5 +10,5 @@ test_tangle_blueprint!( [InputValue::Uint64(5)], // Inputs [OutputValue::Uint64(25)], // Expected output: input squared 0, - NodeConfig::new(false), + NodeConfig::new(true), );