Skip to content

Commit 19926ff

Browse files
committed
Fixing auto whitespace gotcha
1 parent 249d179 commit 19926ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/wintests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
27+
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestStandardFollowOn
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

.github/workflows/wintests2.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading
27+
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseReading
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

.github/workflows/wintests3.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Run Unit Tests on Windows
2525
run: |
2626
pip install -e .[memprof,mpi,test]
27-
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseWriter
27+
pytest armi/bookkeeping/db/tests/test_databaseInterface.py::TestDatabaseWriter
2828
- name: Find Test Crumbs
2929
run: python .github/workflows/find_test_crumbs.py

0 commit comments

Comments
 (0)