Parcourir la source

Fix installer name in tests

Thomas Kluyver il y a 5 ans
Parent
commit
7856895753
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      nsist/tests/test_main.py

+ 1 - 1
nsist/tests/test_main.py

@@ -61,7 +61,7 @@ def test_installer(console_eg_copy, tmp_path):
         check=True,
     )
 
-    installer = console_eg_copy / 'build' / 'nsis' / 'Guess_the_Number_1.0.exe'
+    installer = console_eg_copy / 'build' / 'nsis' / 'Sample_printer_1.0.exe'
     inst_dir = tmp_path / 'inst'
 
     # Run installer