mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:27:39 +00:00
style: format code
This commit is contained in:
@@ -33,9 +33,7 @@ describe("applyExclusiveSlotSelection", () => {
|
||||
expect(result.warnings).toContain(
|
||||
'Exclusive slot "memory" switched from "memory-core" to "memory".',
|
||||
);
|
||||
expect(result.warnings).toContain(
|
||||
'Disabled other "memory" slot plugins: memory-core.',
|
||||
);
|
||||
expect(result.warnings).toContain('Disabled other "memory" slot plugins: memory-core.');
|
||||
});
|
||||
|
||||
it("does nothing when the slot already matches", () => {
|
||||
|
||||
Reference in New Issue
Block a user