Skip to content

Commit d00231b

Browse files
committed
chore: fix tests
1 parent 262240b commit d00231b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Nuke.Common.Tests/SettingsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void TestDocker()
144144
.SetDetachKeys("detach-keys")
145145
.SetContainer("container")
146146
.SetLogLevel(DockerLogLevel.debug),
147-
"attach --detach-keys detach-keys container --log-level debug");
147+
"attach --detach-keys detach-keys --log-level debug container");
148148
}
149149

150150
[Fact]

0 commit comments

Comments
 (0)