Skip to content

Commit 3dfaf62

Browse files
authored
Merge pull request #239 from sommersoft/fix_typos
Fix 'libraries' Typos
2 parents b429d58 + 0652eb4 commit 3dfaf62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integration/test_circuitpython_libraries.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def mock_list_repos(*args, **kwargs):
3636
]
3737

3838

39-
def test_circuitpython_libraires(monkeypatch):
39+
def test_circuitpython_libraries(monkeypatch):
4040
"""Test main function of 'circuitpyton_libraries.py', without writing an output file."""
4141

4242
monkeypatch.setattr(common_funcs, "list_repos", mock_list_repos)
@@ -45,7 +45,7 @@ def test_circuitpython_libraires(monkeypatch):
4545

4646

4747
# pylint: disable=invalid-name
48-
def test_circuitpython_libraires_output_file(monkeypatch, tmp_path, capsys):
48+
def test_circuitpython_libraries_output_file(monkeypatch, tmp_path, capsys):
4949
"""Test main funciton of 'circuitpython_libraries.py', with writing an output file."""
5050

5151
monkeypatch.setattr(common_funcs, "list_repos", mock_list_repos)

tests/integration/test_update_cp_org_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def mock_list_repos(*args, **kwargs):
3636
]
3737

3838

39-
def test_update_cp_org_libraires(monkeypatch):
39+
def test_update_cp_org_libraries(monkeypatch):
4040
"""Test main function of 'circuitpyton_libraries.py', without writing an output file."""
4141

4242
monkeypatch.setattr(common_funcs, "list_repos", mock_list_repos)

0 commit comments

Comments
 (0)