Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
fix TestPickerPerformanceJlcpcb casing
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-mellor committed Oct 23, 2024
1 parent 75dfcbe commit fe589c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libs/picker/test_pickers.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def tearDown(self):


@unittest.skipIf(not is_db_available(), reason="Requires large db")
class TestPickerPerformanceJLCPCB(TestPickerPerformanceBase):
class TestPickerPerformanceJlcpcb(TestPickerPerformanceBase):
def add_pickers(self, module):
add_jlcpcb_pickers(module)

Expand Down

0 comments on commit fe589c2

Please sign in to comment.