mirror of
https://github.com/docker/compose.git
synced 2025-07-28 16:14:06 +02:00
fixed lint error
Signed-off-by: keitosuwahara <keitosuwahara0816@gmail.com>
This commit is contained in:
parent
e37ac04329
commit
adbd61e5d6
@ -32,4 +32,4 @@ func TestComposeVersionInitialization(t *testing.T) {
|
|||||||
expected := v.Core().String()
|
expected := v.Core().String()
|
||||||
assert.Equal(t, expected, ComposeVersion, "ComposeVersion should be the core of internal.Version")
|
assert.Equal(t, expected, ComposeVersion, "ComposeVersion should be the core of internal.Version")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user