mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 00:08:28 +00:00
fix: resolve format/build failures
This commit is contained in:
@@ -93,7 +93,12 @@ describe("agents set-identity command", () => {
|
||||
configMocks.readConfigFileSnapshot.mockResolvedValue({
|
||||
...baseSnapshot,
|
||||
config: {
|
||||
agents: { list: [{ id: "main", workspace }, { id: "ops", workspace }] },
|
||||
agents: {
|
||||
list: [
|
||||
{ id: "main", workspace },
|
||||
{ id: "ops", workspace },
|
||||
],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user