mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
test: updated tests
This commit is contained in:
parent
7980709a20
commit
2c77dda3c0
@ -66,7 +66,7 @@ class TestUtils(unittest.TestCase):
|
||||
subprocess.run(["git", "add", "."], cwd=frappe_path, capture_output=True, check=True)
|
||||
subprocess.run(["git", "commit", "-m", "temp"], cwd=frappe_path, capture_output=True, check=True)
|
||||
|
||||
fake_bench.apps.update_apps_states("frappe")
|
||||
fake_bench.apps.update_apps_states(app_name="frappe")
|
||||
|
||||
self.assertIn("frappe", fake_bench.apps.states)
|
||||
self.assertIn("version", fake_bench.apps.states["frappe"])
|
||||
|
Loading…
Reference in New Issue
Block a user