Skip to content

Commit 1d357dd

Browse files
Update unit tests reference (#1763)
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]>
1 parent bb2f39e commit 1d357dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Overrides done this way can persist between terminal sessions and can be used as
9898

9999
## Testing
100100

101-
- 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).
101+
- 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).
102102
- Integration terratest suite is located [here](https://github.com/k8gb-io/k8gb/tree/master/terratest).
103103
These tests are updated only if the change is substantial enough to affect the main end-to-end flow.
104104
- 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.

0 commit comments

Comments
 (0)