Skip to content

Commit ce39859

Browse files
dido18lucarin91
andauthored
Update internal/orchestrator/app/app_test.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent b973c2d commit ce39859

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
@@ -26,7 +26,7 @@ import (
2626

2727
func TestLoad(t *testing.T) {
2828
t.Run("it fails if the app path is empty", func(t *testing.T) {
29-
app, err := Load(nil)
29+
app, err := Load(path.New(""))
3030
assert.Error(t, err)
3131
assert.Empty(t, app)
3232
assert.Contains(t, err.Error(), "empty app path")

0 commit comments

Comments
 (0)