Unwatch at end of test

https://github.com/jackc/pgx/issues/1505
pull/1511/head
Jack Christensen 2023-02-14 09:03:07 -06:00
parent a6ace8969b
commit f17c743c3c
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ func TestContextWatcherMultipleWatchPanics(t *testing.T) {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
cw.Watch(ctx)
defer cw.Unwatch()
ctx2, cancel2 := context.WithCancel(context.Background())
defer cancel2()