Skip to content

Commit

Permalink
Merge branch 'dev' into better-conda-channel-priority-mismatch-message
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh authored Sep 7, 2022
2 parents 1712cc7 + 148d9e2 commit 6db8862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
git config push.default upstream
git add .
git status
git commit -m "[automated] Fix linting with Prettier"
git commit -m "[automated] Fix code linting"
git push
2 changes: 1 addition & 1 deletion tests/test_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
tmp_nxf_str = str(tmp_nxf)


class TestLint(unittest.TestCase):
class TestList(unittest.TestCase):
"""Class for list tests"""

@mock.patch("subprocess.check_output")
Expand Down

0 comments on commit 6db8862

Please sign in to comment.