Explorar el Código

Fix installer name in tests

Thomas Kluyver hace 5 años
padre
commit
7856895753
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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