Skip to content

Commit

Permalink
Fix typo in filename
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space authored Sep 24, 2024
1 parent 4e23ee2 commit ea5a10f
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 ea5a10f

Please sign in to comment.