Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lescuer97 committed Jan 28, 2025
1 parent d7d0e0a commit 89be2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/utils/proofs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ func TestGetValuesFromProofs(t *testing.T) {
t.Errorf("Incorrect total amount %v. Should be 8", TotalAmount)
}

if secretsList[0] != "mockSecret" {
t.Errorf("Incorrect total amount %v. Should be 8", TotalAmount)
if secretsList[0] != "02aa4a2c024e41bd87e8c2758d5a7c2d81e09afe52f67fc8a69768bd73d515e28f" {
t.Errorf("Should be mock secret %v. Should be 8", TotalAmount)
}
if listOfProofs[0].Y != "02aa4a2c024e41bd87e8c2758d5a7c2d81e09afe52f67fc8a69768bd73d515e28f" {
t.Errorf("Incorrect Y: %v. ", listOfProofs[0].Y)
Expand Down

0 comments on commit 89be2e7

Please sign in to comment.