Skip to content

Commit

Permalink
fix: manager storage test suites fixture data
Browse files Browse the repository at this point in the history
  • Loading branch information
danpacho committed Jul 22, 2024
1 parent 1c60ecd commit 76468d1
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions packages/helpers/src/plugin/__fixtures__/manager_storage.json
Original file line number Diff line number Diff line change
@@ -1,33 +1 @@
{
"plugin-1": {
"config": {
"name": "plugin-1",
"description": "Plugin description"
},
"args": {
"arr": [
1,
2
]
}
},
"plugin-2": {
"config": {
"name": "plugin-2",
"description": "Plugin description"
},
"args": {
"arr": [
1,
2
]
}
},
"plugin-3": {
"config": {
"name": "plugin-3",
"description": "Plugin description"
},
"args": null
}
}
{}

0 comments on commit 76468d1

Please sign in to comment.