fix test
This commit is contained in:
parent
7d3325966b
commit
b63149d30a
@ -29,10 +29,10 @@ test('plugin info box', async () => {
|
||||
title: 'Another Plugin',
|
||||
version: '0.1.0',
|
||||
description: '',
|
||||
config: true,
|
||||
readme: true,
|
||||
config: false,
|
||||
readme: false,
|
||||
icon: {},
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
},
|
||||
])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user