Skip to content

Commit

Permalink
Add blank line
Browse files Browse the repository at this point in the history
Checks are failing without it. It got added a while ago, but for some
reason I never committed it.
  • Loading branch information
gnn committed Dec 11, 2018
1 parent cf85c24 commit 2638410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_oemof_tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def test_version_specification():
assert isinstance(oemof.tabular.__version__, str)
assert isinstance(oemof.__version__, str)


def test_project_name():
""" `oemof.tabular`'s project name is importable and correct.
"""
Expand Down

0 comments on commit 2638410

Please sign in to comment.