Skip to content

Commit

Permalink
#4 Fix mock registry
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 committed Aug 10, 2022
1 parent 4c6590e commit b19428c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions registry/registry_mock.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ func (mr *MockRegistry) BlueprintRegistry() ConfigurationContext {
}
return mr.global
}

// RootConfig was added to deprecated mock for legacy code support and has no functionality
func (mr *MockRegistry) RootConfig() WatchConfigurationContext {
return nil
}

0 comments on commit b19428c

Please sign in to comment.