Skip to content

Commit

Permalink
Merge pull request #10478 from vegaprotocol/feature/add-ac-codes
Browse files Browse the repository at this point in the history
chore: add update_party_profile ac codes
  • Loading branch information
jeremyletang authored Jan 24, 2024
2 parents 838a0a1 + a154c82 commit a76a47a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/update_party_profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func testUpdatePartyProfileSucceeds(t *testing.T) {
}
}

// 0088-PPRF-001.
func testUpdatePartyProfileWithInvalidAliasFails(t *testing.T) {
tcs := []struct {
name string
Expand All @@ -102,6 +103,7 @@ func testUpdatePartyProfileWithInvalidAliasFails(t *testing.T) {
}
}

// 0088-PPRF-003, 0088-PPRF-004, 0088-PPRF-005.
func testUpdatePartyProfileWithInvalidMetadataFails(t *testing.T) {
tcs := []struct {
name string
Expand Down

0 comments on commit a76a47a

Please sign in to comment.