mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix CI failure due to conflicting merges
There were two pending PRs with package level changes but no source level conflicts. This got merged because git cannot detect this. Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
This commit is contained in:
parent
293b811a6c
commit
3528fd9830
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ func TestCreateFullOptions(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestCreateNoConfig(t *testing.T) {
|
||||
defer osl.SetupTestOSContext(t)()
|
||||
defer testutils.SetupTestOSContext(t)()
|
||||
d := newDriver()
|
||||
|
||||
netconfig := &networkConfiguration{BridgeName: DefaultBridgeName}
|
||||
|
|
Loading…
Add table
Reference in a new issue