Skip to content

Commit

Permalink
fix: failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Peartes committed Feb 22, 2024
1 parent 0828238 commit 2284003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/abstract_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestXionAbstractAccount(t *testing.T) {

authenticatorDetails["id"] = 0
authenticatorDetails["pubkey"] = "Ayrlj6q3WWs91p45LVKwI8JyfMYNmWMrcDinLNEdWYE4"
authenticatorDetails["signature"] = "oRGDAIRJK3M6ITqBc/bxUxQWQ/rL5qeDcMPaW3ZzSy9NPmuFHYDOLAKevD/k6feE9PgxEMM0soXuMNQrBkDceg=="
authenticatorDetails["signature"] = "Tv2YRs5OmB4kR6Yk+74YvS/P0AoIkum2ZH7Y39tgrExvEAj+4wrAZfMaJa7apIx4/0YfB1WWc5mvtV0qS/PlMw=="

authenticator["Secp256K1"] = authenticatorDetails
instantiateMsg["authenticator"] = authenticator
Expand Down

0 comments on commit 2284003

Please sign in to comment.