Skip to content

Commit

Permalink
fix: renamed Dial test to SlaveDial
Browse files Browse the repository at this point in the history
  • Loading branch information
shoriwe committed May 27, 2023
1 parent a550ca2 commit 876dad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse/master_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestMaster_Accept(t *testing.T) {
})
}

func TestMaster_Dial(t *testing.T) {
func TestMaster_SlaveDial(t *testing.T) {
t.Run("Succeed", func(tt *testing.T) {
data := network.ListenAny()
defer data.Close()
Expand Down

0 comments on commit 876dad5

Please sign in to comment.