Skip to content

Commit 429f7ef

Browse files
committed
test: Change command for new cli
1 parent 05ab814 commit 429f7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qha/tests/test_overall_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class TestOverallRun(unittest.TestCase):
1313
def setUp(self):
1414
self.root_directory = pathlib.Path('../../examples')
15-
self.command = 'qha-run'
15+
self.command = 'qha run'
1616
self.fixed_directory = 'results.benchmark'
1717
self.new_results_directory = 'results.plot'
1818

qha/tests/test_samevdos_overall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class TestSamePhononDOS(unittest.TestCase):
1313
def setUp(self):
1414
self.root_directory = pathlib.Path('../../examples')
15-
self.command = 'qha-run'
15+
self.command = 'qha run'
1616
self.fixed_directory = 'results.benchmark'
1717
self.new_results_directory = 'results.same_vdos_new01'
1818

0 commit comments

Comments
 (0)