Fix typo in test function name

pull/2211/head
EinoPlasma 2024-12-29 21:03:38 +08:00
parent 02e387ea64
commit 6d9e6a726e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func TestContextWatcherContextCancelled(t *testing.T) {
require.True(t, cleanupCalled, "Cleanup func was not called")
}
func TestContextWatcherUnwatchdBeforeContextCancelled(t *testing.T) {
func TestContextWatcherUnwatchedBeforeContextCancelled(t *testing.T) {
cw := ctxwatch.NewContextWatcher(&testHandler{
handleCancel: func(context.Context) {
t.Error("cancel func should not have been called")