Skip to content

Commit

Permalink
chore: use downloaded tangle
Browse files Browse the repository at this point in the history
  • Loading branch information
drewstone committed Dec 10, 2024
1 parent 4e61000 commit 63e54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/incredible-squaring/tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
);

0 comments on commit 63e54cd

Please sign in to comment.