Commit 1740a06
authored
fix: add missing require import in schedule migration test (#9829)
## Summary
- Adds missing `github.com/stretchr/testify/require` import to
`tests/schedule_migration_test.go`
- The standalone test function
`TestScheduleMigrationV1ToV2NoDuplicateRecentActions` used
`require.NoError`, `require.Eventually`, and `require.Equal` without
importing the package, causing a build failure1 parent 1342149 commit 1740a06
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments