Skip to content

Commit 3d8c16a

Browse files
mohansonCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent afde83b commit 3d8c16a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

protocol/etch/engine_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ func TestProtocolEtchUDP(t *testing.T) {
7979
dazeServer.Run()
8080

8181
dazeClient := NewClient(DazeServerListenOn, Password)
82+
defer dazeClient.Close()
8283
ctx := &daze.Context{}
8384
cli := doa.Try(dazeClient.Dial(ctx, "udp", DazeTesterListenOn))
8485
defer cli.Close()

0 commit comments

Comments
 (0)