This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Description
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