We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157b8fc commit 58fc604Copy full SHA for 58fc604
lib/builds/manager_test.go
@@ -122,6 +122,10 @@ func (m *mockInstanceManager) ListInstanceAllocations(ctx context.Context) ([]re
122
return nil, nil
123
}
124
125
+func (m *mockInstanceManager) ListRunningInstancesInfo(ctx context.Context) ([]resources.InstanceUtilizationInfo, error) {
126
+ return nil, nil
127
+}
128
+
129
// mockVolumeManager implements volumes.Manager for testing
130
type mockVolumeManager struct {
131
volumes map[string]*volumes.Volume
0 commit comments