Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed May 23, 2024
1 parent 2a3967b commit 1f03b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,11 @@ func TestFragmentFrame(t *testing.T) {
}))
if err != nil {
t.Error(err)
return
}
defer con.Close()

err = con.writeFragment(Ping, []byte("hello"), 1)
err = con.writeFragment(Ping, []byte("ho"), 1)
if err != nil {
t.Error(err)
return
Expand Down

0 comments on commit 1f03b57

Please sign in to comment.