Enum and field renames.

This commit is contained in:
Jay
2026-04-20 17:43:40 -04:00
parent fd806c0231
commit aaf8571b9f
9 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ func TestRunWatchdog(t *testing.T) {
}, "expected onInactive")
assert.Equal(t, int32(1), count.Load())
assert.Equal(t, ExitInactive, gotKind)
assert.Equal(t, ExitPolicy, gotKind)
})
t.Run("ctx.Done exits without calling onInactive", func(t *testing.T) {