Skip to content

Commit

Permalink
Update analyzer_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored Oct 5, 2023
1 parent 590a131 commit 5024ad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkg/analyzer/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ func TestMatchingFiles(t *testing.T) {
Extension: ".py",
Language: "Python",
},
{
FilePath: filepath.Join(codeSamplesDir, "example.prql"),
Extension: ".prql",
Language: "PRQL",
},
{
FilePath: filepath.Join(codeSamplesDir, "main.rb"),
Extension: ".rb",
Expand Down Expand Up @@ -292,6 +297,11 @@ func TestMatchingFiles(t *testing.T) {
Extension: ".py",
Language: "Python",
},
{
FilePath: filepath.Join(codeSamplesDir, "example.prql"),
Extension: ".prql",
Language: "PRQL",
},
{
FilePath: filepath.Join(codeSamplesDir, "main.rb"),
Extension: ".rb",
Expand Down

0 comments on commit 5024ad0

Please sign in to comment.