Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
endremborza committed Apr 2, 2022
1 parent 025e38e commit 485a53d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion branthebuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Python package management"""
from .main import app # noqa

__version__ = "1.0.3"
__version__ = "1.0.4"
2 changes: 1 addition & 1 deletion branthebuilder/tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_integration(tmp_path, docs, nb, single_file, actions):
sys.path.insert(0, Path(tmp_path, "testproject").as_posix())
ns.lint()
ns.test(True, True, True)
ns.tag()
ns.tag("tag msg")
check_call(["flit", "build"])
ns.update_boilerplate(True)

Expand Down

0 comments on commit 485a53d

Please sign in to comment.