mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4529 from pmorie/typo
Fix typo in devmapper driver_test
This commit is contained in:
commit
27eae50224
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ func TestInit(t *testing.T) {
|
|||
}
|
||||
}()
|
||||
}()
|
||||
// Put all tests in a funciton to make sure the garbage collection will
|
||||
// Put all tests in a function to make sure the garbage collection will
|
||||
// occur.
|
||||
|
||||
// Call GC to cleanup runtime.Finalizers
|
||||
|
|
Loading…
Reference in a new issue