Skip to content

Commit

Permalink
don't expect subdir on additional test
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Nov 26, 2024
1 parent a92bd98 commit 8b871fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def compare_bz2(filename):
"name": "conda-index-pkg-a",
"sha256": "459f3e9b2178fa33bdc4e6267326405329d1c1ab982273d9a1c0a5084a1ddc30",
"size": 8733,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand Down Expand Up @@ -204,7 +204,7 @@ def test_file_index_on_single_subdir_1(testing_workdir):
"name": "conda-index-pkg-a",
"sha256": "459f3e9b2178fa33bdc4e6267326405329d1c1ab982273d9a1c0a5084a1ddc30",
"size": 8733,
"subdir": "osx-64",
# "subdir": "osx-64",
"timestamp": 1508520039632,
"version": "1.0",
},
Expand Down

0 comments on commit 8b871fc

Please sign in to comment.