Skip to content

Commit

Permalink
Merge pull request #45 from NillionNetwork/fix/secret_addition_test
Browse files Browse the repository at this point in the history
fix: updated secret addition test format
  • Loading branch information
Davetbutler authored Jul 3, 2024
2 parents 6a25682 + b69c00d commit 71ba37e
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
program: secret_addition_complete
inputs:
secrets:
my_int1:
SecretInteger: "3"
my_int2:
SecretInteger: "3"
public_variables: {}
my_int1:
SecretInteger: "3"
my_int2:
SecretInteger: "3"
expected_outputs:
my_output:
SecretInteger: "6"

0 comments on commit 71ba37e

Please sign in to comment.