Skip to content

Commit 094b60f

Browse files
dido18mirkoCrobu
andauthored
Update internal/orchestrator/app/app_test.go
Co-authored-by: mirkoCrobu <[email protected]>
1 parent c60ecc1 commit 094b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/app/app_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
func TestLoad(t *testing.T) {
28-
t.Run("it fails if tha app path is empty", func(t *testing.T) {
28+
t.Run("it fails if the app path is empty", func(t *testing.T) {
2929
app, err := Load("")
3030
assert.Error(t, err)
3131
assert.Empty(t, app)

0 commit comments

Comments
 (0)