Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timannguyen committed Nov 28, 2023
1 parent 0176914 commit 40338db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/memorylimiter/memorylimiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestNew(t *testing.T) {
return
}
assert.NoError(t, err)
got.Start(ctx, nil)
assert.NoError(t, got.Start(ctx, nil))
assert.NoError(t, got.Shutdown(ctx))
})
}
Expand Down

0 comments on commit 40338db

Please sign in to comment.