Skip to content

Commit

Permalink
test: updating a test name
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Oct 6, 2023
1 parent 04b13a5 commit 9a52904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func TestTestNetFlags(t *testing.T) {
require.True(t, util.IsFlagSet(bdl.Flags, bundle.BundleFlagNetworkTestnet), "invalid flag: %v", bdl)
}

func TestNotSayHelloForKnownPeer(t *testing.T) {
func TestSayHelloForKnownPeer(t *testing.T) {
td := setup(t, nil)

pid := td.RandPeerID()
Expand Down

0 comments on commit 9a52904

Please sign in to comment.