mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
test: Remove .only
This commit is contained in:
parent
9ca6c99012
commit
713cf65f2f
@ -119,7 +119,7 @@ describe('Document', () => {
|
||||
assert.equal(user.roles[0].parentfield, 'roles');
|
||||
});
|
||||
|
||||
it.only('should convert children objects to BaseDocument', async () => {
|
||||
it('should convert children objects to BaseDocument', async () => {
|
||||
if (!await frappe.db.exists('Role', 'Test Role 1')) {
|
||||
await frappe.insert({doctype: 'Role', name: 'Test Role'});
|
||||
await frappe.insert({doctype: 'Role', name: 'Test Role 1'});
|
||||
|
Loading…
Reference in New Issue
Block a user