Skip to content

Commit

Permalink
Adapt unit test to typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jgleissner committed Jun 6, 2024
1 parent 05c90ef commit a4ea748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/tools/compose_kiwi_description_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ def test_parse_revisions(self, mock_get_head_commit_hash):

with self._caplog.at_level(logging.INFO):
parse_revisions(repos)
assert 'No _keg_revision file.' in self._caplog.text
assert 'No _keg_revisions file.' in self._caplog.text

with open(os.path.join(tmpdirname, '_keg_revisions'), 'w') as outf:
outf.write('repo1 hash1\nrepo2 hash2\n')
Expand Down

0 comments on commit a4ea748

Please sign in to comment.