You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: standardize error creation in test files
- Import the errors package for error creation in tests
- Replace usage of fmt.Errorf with errors.New for creating a custom error in the test
Signed-off-by: Bo-Yi Wu <[email protected]>
0 commit comments