Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Dec 12, 2024
1 parent 647a6d3 commit 4f9af57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/test_resource_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
"""Copyright (c) 2016-2022 mundialis GmbH & Co. KG
"""Copyright (c) 2016-2022 mundialis GmbH & Co. KG.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -29,7 +29,6 @@
from actinia_core.testsuite import ActiniaTestCaseBase
from werkzeug.datastructures import Headers


__license__ = "GPLv3"
__author__ = "Sören Gebbert, Anika Weinmann"
__copyright__ = (
Expand Down
2 changes: 1 addition & 1 deletion tests/unittests/test_transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@pytest.mark.unittest
@pytest.mark.parametrize(
"inp,ref_out",
("inp", "ref_out"),
[("test", "Hello world TEST!"), ("bla23", "Hello world BLA23!")],
)
def test_transform_input(inp, ref_out) -> None:
Expand Down

0 comments on commit 4f9af57

Please sign in to comment.