Skip to content

Commit c525cbd

Browse files
committed
..
1 parent ce131c8 commit c525cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/end-to-end/test_simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,8 @@ def test_cache_select_files(rattler_build: RattlerBuild, recipes: Path, tmp_path
12031203

12041204

12051205
def test_abi3(rattler_build: RattlerBuild, recipes: Path, tmp_path: Path):
1206-
rattler_build.build(recipes / "python-abi3-package-sample", tmp_path)
1207-
pkg = get_extracted_package(tmp_path, "abi3")
1206+
rattler_build.build(recipes / "abi3", tmp_path)
1207+
pkg = get_extracted_package(tmp_path, "python-abi3-package-sample")
12081208

12091209
assert (pkg / "info/paths.json").exists()
12101210
paths = json.loads((pkg / "info/paths.json").read_text())

0 commit comments

Comments
 (0)