Skip to content

Commit 6e30b84

Browse files
Replaced FindDpctl hardcoded name in test_service.py
1 parent 4fa17ec commit 6e30b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def test_cmakedir():
243243
assert res.returncode == 0
244244
assert res.stdout
245245
cmake_dir = res.stdout.decode("utf-8").strip()
246-
assert os.path.exists(os.path.join(cmake_dir, "FindDpctl.cmake"))
246+
assert os.path.exists(os.path.join(cmake_dir, "dpctl-config.cmake"))
247247

248248

249249
def test_main_full_list():

0 commit comments

Comments
 (0)