Skip to content

Commit

Permalink
fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
sungwy committed Feb 8, 2024
1 parent 0e273ae commit dddf6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_breaking_change() -> None:
raise GitError("This is not a git repository")

fetch_cmd = ["git", "fetch", "--tags"]
if not check_if_upstream.stdout == "https://github.com/apache/iceberg-python.git":
if not check_if_upstream.stdout == "https://github.com/apache/iceberg-python":
fetch_cmd.append("upstream")

fetch_tags = subprocess.run(
Expand Down

0 comments on commit dddf6a3

Please sign in to comment.