Skip to content

Commit

Permalink
Update unit tests reference (#1763)
Browse files Browse the repository at this point in the history
Commit 68bb0c2 renamed gslb_controller_test.go to gslb_controller_reconciliation_test.go. This PR adjusts sources to changes.

Signed-off-by: Emmanuel Ferdman <[email protected]>
  • Loading branch information
emmanuel-ferdman authored Oct 27, 2024
1 parent bb2f39e commit 1d357dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Overrides done this way can persist between terminal sessions and can be used as

## Testing

- Any functional GSLB controller code change should be secured by the corresponding [unit tests](https://github.com/k8gb-io/k8gb/tree/master/controllers/gslb_controller_test.go).
- Any functional GSLB controller code change should be secured by the corresponding [unit tests](https://github.com/k8gb-io/k8gb/tree/master/controllers/gslb_controller_reconciliation_test.go).
- Integration terratest suite is located [here](https://github.com/k8gb-io/k8gb/tree/master/terratest).
These tests are updated only if the change is substantial enough to affect the main end-to-end flow.
- See the [local playground guide](https://github.com/k8gb-io/k8gb/blob/master/docs/local.md) for local testing environment setup and integration test execution.
Expand Down

0 comments on commit 1d357dd

Please sign in to comment.