Skip to content

Commit

Permalink
Format: Passes lint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Jul 30, 2024
1 parent d47fba0 commit f16ca2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_release_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,8 @@ def test_get_log_string(self, git_mock):
)
# Tests for >= 1.x.x
self.useFixture(
fake_meta.FakeMetaRepo(self.temp_dir, "1.1.0", terra_version="1.1.1")
fake_meta.FakeMetaRepo(self.temp_dir, "1.1.0",
terra_version="1.1.1")
)
# Mock tags for 0.45-1.1.1
git_mock.get_tags.return_value = """0.46.2
Expand Down

0 comments on commit f16ca2e

Please sign in to comment.