Skip to content
Snippets Groups Projects
Commit 8380490b083f authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Tests: Safer journal lookup

parent 32939a6f5a21
No related branches found
1 merge request!6Tests: Safer journal lookup
Pipeline #39597 passed
......@@ -43,7 +43,7 @@
).unlink()
self.misc_journal = self.env["account.journal"].search(
[("code", "=", "MISC")], limit=1
[("type", "=", "general")], limit=1
)
self.assertTrue(self.misc_journal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment