@@ -49,7 +49,7 @@ func TestLocalComposeUp(t *testing.T) {
4949 assert .Assert (t , strings .Contains (output , `"word":` ))
5050
5151 res = c .RunDockerCmd (t , "network" , "ls" )
52- res .Assert (t , icmd.Expected {Out : projectName + "-default " })
52+ res .Assert (t , icmd.Expected {Out : projectName + "_default " })
5353 })
5454
5555 t .Run ("top" , func (t * testing.T ) {
@@ -74,7 +74,7 @@ func TestLocalComposeUp(t *testing.T) {
7474 res .Assert (t , icmd.Expected {Out : `"com.docker.compose.service": "web"` })
7575 res .Assert (t , icmd.Expected {Out : `"com.docker.compose.version":` })
7676
77- res = c .RunDockerCmd (t , "network" , "inspect" , projectName + "-default " )
77+ res = c .RunDockerCmd (t , "network" , "inspect" , projectName + "_default " )
7878 res .Assert (t , icmd.Expected {Out : `"com.docker.compose.network": "default"` })
7979 res .Assert (t , icmd.Expected {Out : `"com.docker.compose.project": ` })
8080 res .Assert (t , icmd.Expected {Out : `"com.docker.compose.version": ` })
@@ -241,6 +241,6 @@ func TestConvert(t *testing.T) {
241241 default: null
242242networks:
243243 default:
244- name: compose-e2e-convert-default ` , filepath .Join (wd , "fixtures" , "simple-build-test" , "nginx-build" )), ExitCode : 0 })
244+ name: compose-e2e-convert_default ` , filepath .Join (wd , "fixtures" , "simple-build-test" , "nginx-build" )), ExitCode : 0 })
245245 })
246246}
0 commit comments