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
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
Goal: Update the unit tests so that both controllers have their own test files and their functionality is tested separately
Acceptance Criteria:
a controllers/scopeinstance_controller_test.go file is created that only contains testing related to the functionality in controllers/scopeinstance_controller.go
controller/scopetemplate_controller_test.go is updated to only contain testing related to the functionality in controllers/scopetemplate_controller.go
The text was updated successfully, but these errors were encountered:
Goal: Update the unit tests so that both controllers have their own test files and their functionality is tested separately
Acceptance Criteria:
controllers/scopeinstance_controller_test.go
file is created that only contains testing related to the functionality incontrollers/scopeinstance_controller.go
controller/scopetemplate_controller_test.go
is updated to only contain testing related to the functionality incontrollers/scopetemplate_controller.go
The text was updated successfully, but these errors were encountered: