Skip to content

Commit

Permalink
chore: rm export test method
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Sep 9, 2024
1 parent 265889e commit df1d289
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ import (
func (k Keeper) GetAppMetadata(ctx context.Context, portID, channelID string) (icatypes.Metadata, error) {
return k.getAppMetadata(ctx, portID, channelID)
}

func (k Keeper) SetPort(ctx context.Context, portID string) {
k.setPort(ctx, portID)
}

0 comments on commit df1d289

Please sign in to comment.