Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix some function names in comment #1273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion asset/asset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ func TestDeriveGroupKey(t *testing.T) {
require.NotNil(t, groupKey)
}

// TestAssetWitness tests that the asset group witness can be serialized and
// TestAssetWitnesses tests that the asset group witness can be serialized and
// parsed correctly, and that signature detection works correctly.
func TestAssetWitnesses(t *testing.T) {
t.Parallel()
Expand Down
2 changes: 1 addition & 1 deletion commitment/commitment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ func TestTapCommitmentDeepCopy(t *testing.T) {
)
}

// TestTaprootAssetCommitmentScript tests that we're able to properly verify if
// TestIsTaprootAssetCommitmentScript tests that we're able to properly verify if
// a given script is a valid Taproot Asset commitment script or not.
func TestIsTaprootAssetCommitmentScript(t *testing.T) {
t.Parallel()
Expand Down
2 changes: 1 addition & 1 deletion itest/collectible_split_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func testCollectibleGroupSend(t *harnessTest) {
}
}

// sendAsset sends the given number of assets of the given type from the given
// sendAssets sends the given number of assets of the given type from the given
// node to the other node.
func sendAssets(t *testing.T, ctx context.Context, numAssets uint64,
assetType taprpc.AssetType, send, receive *tapdHarness,
Expand Down
2 changes: 1 addition & 1 deletion itest/loadtest/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func sendTest(t *testing.T, ctx context.Context, cfg *Config) {
}
}

// sendAsset sends the given number of assets of the given type from the given
// sendAssets sends the given number of assets of the given type from the given
// node to the other node.
func sendAssets(t *testing.T, ctx context.Context, numAssets uint64,
assetType taprpc.AssetType, send, receive *rpcClient,
Expand Down