Skip to content

Commit

Permalink
chore: formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Aug 23, 2023
1 parent 5c24881 commit 038d1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_autodetect_default_branch_with_git_init_bare_expect_autodetected():
"test_name, branch",
[
("test-repository-main-branch", "main"),
("test-repository-master-branch", "master")
("test-repository-master-branch", "master"),
],
)
def test_load_repositories(test_name, branch, repository_test_repositories):
Expand Down

0 comments on commit 038d1d0

Please sign in to comment.