mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
various corrections in test/e2e package
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@@ -394,7 +394,7 @@ func (c *MockCSICalls) Get() []MockCSICall {
|
||||
return c.calls[:]
|
||||
}
|
||||
|
||||
// Add appens one new call at the end.
|
||||
// Add appends one new call at the end.
|
||||
func (c *MockCSICalls) Add(call MockCSICall) {
|
||||
c.mutex.Lock()
|
||||
defer c.mutex.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user