Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Witkowski committed Nov 2, 2023
1 parent 3e79d44 commit a29bc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibchooks/marker_hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (suite *MarkerHooksTestSuite) TestAddUpdateMarker() {
assert.Equal(t, marker.GetDenom(), metadata.Base, "Metadata Base should equal marker denom")
assert.Equal(t, "testchain2/"+tc.denom, metadata.Name, "Metadata Name should be chainid/denom")
assert.Equal(t, "testchain2/"+tc.denom, metadata.Display, "Metadata Display should be chainid/denom")
assert.Equal(t, tc.denom+" from chain testchain2", metadata.Description, "Metadata Description is incorrect")
assert.Equal(t, tc.denom+" from testchain2", metadata.Description, "Metadata Description is incorrect")
assert.Len(t, marker.GetAccessList(), len(tc.expTransAuths), "Resulting access list does not equal expect length")
for _, access := range marker.GetAccessList() {
assert.Len(t, access.GetAccessList(), 1, "Expecting permissions list to only one item")
Expand Down

0 comments on commit a29bc24

Please sign in to comment.