Skip to content

Commit

Permalink
fix: go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pehesi97 committed Sep 8, 2023
1 parent bb76735 commit bd0f8ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/project/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func TestCorrectRuntime(t *testing.T) {
proj_runtime := Project{
Name: "test",
Directory: path.Join(root, projects["node"]["directory"]),
Language: "auto",
Resources: os.DirFS(root),
RuntimeVersion: "30",
}
Expand Down

0 comments on commit bd0f8ed

Please sign in to comment.