We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60ecc1 commit 094b60fCopy full SHA for 094b60f
internal/orchestrator/app/app_test.go
@@ -25,7 +25,7 @@ import (
25
)
26
27
func TestLoad(t *testing.T) {
28
- t.Run("it fails if tha app path is empty", func(t *testing.T) {
+ t.Run("it fails if the app path is empty", func(t *testing.T) {
29
app, err := Load("")
30
assert.Error(t, err)
31
assert.Empty(t, app)
0 commit comments