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 b207827 commit bb76735
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/services/project/project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ func TestDetectType(t *testing.T) {

for project_type, props := range projects {
test_proj_type := Project{Name: string(project_type),
Directory: path.Join(root, props["directory"])}
Directory: path.Join(root, props["directory"]),
Language: "auto"}

var proj_type ProjectType
var err error
Expand Down

0 comments on commit bb76735

Please sign in to comment.