Skip to content

Commit

Permalink
Merge pull request #27 from aboutcode-org/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in filename
  • Loading branch information
keshav-space authored Sep 24, 2024
2 parents 4e23ee2 + ea5a10f commit c30cc1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def check_json(expected, results, regen=REGEN_TEST_FIXTURES):
assert results == expected


class TestPygmentsSymbolScannerPlugin(FileBasedTesting):
class TestTreeSitterSymbolScannerPlugin(FileBasedTesting):

test_data_dir = os.path.join(os.path.dirname(
__file__), "data/symbols_tree_sitter")
Expand Down

0 comments on commit c30cc1f

Please sign in to comment.