Skip to content

Commit

Permalink
TST: Rename to be clearer
Browse files Browse the repository at this point in the history
Co-authored-by: mattip <matti.picus@gmail.com>
  • Loading branch information
HaoZeke and mattip committed May 14, 2023
1 parent 713a4c1 commit 848d666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ def test_regression_atom_feed_update(dvcs_type, tmpdir):
b_content = b.find('{http://www.w3.org/2005/Atom}content')
assert a_content.text != b_content.text

def test_gh1209(tmpdir):
def test_branch_name_is_also_filename(tmpdir):
# gh-1209
tmpdir = str(tmpdir)
dvcs = tools.generate_test_repo(tmpdir, list(range(10)),
dvcs_type="git",
Expand Down

0 comments on commit 848d666

Please sign in to comment.