Introduces a new 'wantErrIs' field to test cases in Test_createRun to assert specific error types using require.ErrorIs. This enhances test coverage by verifying not only error messages but also error types. |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||
Introduces a new 'wantErrIs' field to test cases in Test_createRun to assert specific error types using require.ErrorIs. This enhances test coverage by verifying not only error messages but also error types. |
||
|---|---|---|
| .. | ||
| create.go | ||
| create_test.go | ||