opendatahub-io / model-registry-operator

Apache License 2.0
3 stars 17 forks source link

Add unit test for controller reconcile, fixes #17 #18

Closed dhirajsb closed 10 months ago

dhirajsb commented 10 months ago

Description

Added unit test modelregistry_controller_test.go for controller reconcile to test that service k8s resources are successfully created.

How Has This Been Tested?

Unit test run using make test passes.

Merge criteria: