From 1077b40c20b5fd299beffcde2f133cc86a692d65 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Tue, 10 Dec 2024 01:11:44 -0500 Subject: [PATCH] chore: clippy --- blueprints/incredible-squaring/tests/e2e.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/incredible-squaring/tests/e2e.rs b/blueprints/incredible-squaring/tests/e2e.rs index 3c5ce5f0..f916def3 100644 --- a/blueprints/incredible-squaring/tests/e2e.rs +++ b/blueprints/incredible-squaring/tests/e2e.rs @@ -10,4 +10,5 @@ test_tangle_blueprint!( [InputValue::Uint64(5)], // Inputs [OutputValue::Uint64(25)], // Expected output: input squared 0, + true, );