Skip to content

Commit

Permalink
🧹 clean weird spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
afiune authored Nov 25, 2024
1 parent 2ad9b65 commit fc3ada7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/providers/os_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ func TestProvidersEnvVarsLoading(t *testing.T) {
}
})

t.Run("command with flags set to not bind to config (ConfigEntry=\"-\")", func(t *testing.T) {
t.Run("command with flags set to not bind to config (ConfigEntry=\"-\")", func(t *testing.T) {
t.Run("should work via direct flag", func(t *testing.T) {
r := test.NewCliTestRunner("./cnquery", "run", "ssh", "localhost", "-c", "ls", "-p", "test", "-v")
err := r.Run()
Expand Down

0 comments on commit fc3ada7

Please sign in to comment.