del unuse var in pkg/controller

This commit is contained in:
hwdef 2019-09-16 14:14:59 +08:00
parent ba07527278
commit 851eac6a97

View File

@ -147,10 +147,6 @@ var provision2Success = provisionCall{
expectedParameters: class2Parameters, expectedParameters: class2Parameters,
} }
var provisionAlphaSuccess = provisionCall{
ret: nil,
}
// Test single call to syncVolume, expecting provisioning to happen. // Test single call to syncVolume, expecting provisioning to happen.
// 1. Fill in the controller with initial data // 1. Fill in the controller with initial data
// 2. Call the syncVolume *once*. // 2. Call the syncVolume *once*.