Skip to content

Commit

Permalink
Use an up-to-date URL of this project's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
encukou authored and mikicz committed Mar 31, 2019
1 parent 7d313c4 commit 19bc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_naucse_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_get_branch_from_ref(ref, branch):

def test_get_last_commit_in_branch():
# sha1 hash is 40 hexdec characters
assert len(naucse_hooks.get_last_commit_in_branch("https://github.com/mikicz/naucse-hooks.git", "master")) == 40
assert len(naucse_hooks.get_last_commit_in_branch("https://github.com/pyvec/naucse-hooks.git", "master")) == 40


@pytest.fixture()
Expand Down

0 comments on commit 19bc2c4

Please sign in to comment.