mirror of
https://github.com/NotAShelf/watchdog.git
synced 2026-04-16 15:24:17 +00:00
various: resolve linter warnings
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ia83658dd31f9e4042d0a3a754fc6e4106a6a6964
This commit is contained in:
parent
675f8cc1c7
commit
b7b1d62cfc
4 changed files with 7 additions and 5 deletions
|
|
@ -344,7 +344,7 @@ func TestMetricsAggregator_Shutdown_WaitsForGoroutine(t *testing.T) {
|
|||
done := make(chan struct{})
|
||||
go func() {
|
||||
ctx := context.Background()
|
||||
agg.Shutdown(ctx)
|
||||
_ = agg.Shutdown(ctx)
|
||||
close(done)
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue