Skip to content

Commit

Permalink
chore: review feedback improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Olshansky <[email protected]>
  • Loading branch information
bryanchriswhite and Olshansk committed Dec 22, 2023
1 parent 6817364 commit dfb067d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/supplier/client/cli/query_claim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func TestClaim_Show(t *testing.T) {
expectedErr: status.Error(
codes.NotFound,
types.ErrSupplierClaimNotFound.Wrapf(
// TODO_CONSIDERATION: factor out error message format strings to constants.
"session ID %q and supplier %q",
"wrong_session_id",
claims[0].GetSupplierAddress(),
Expand Down Expand Up @@ -92,7 +91,6 @@ func TestClaim_Show(t *testing.T) {
expectedErr: status.Error(
codes.NotFound,
types.ErrSupplierClaimNotFound.Wrapf(
// TODO_CONSIDERATION: factor out error message format strings to constants.
"session ID %q and supplier %q",
claims[0].GetSessionHeader().GetSessionId(),
wrongSupplierAddr,
Expand Down

0 comments on commit dfb067d

Please sign in to comment.