mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-20 05:31:30 +00:00
style: format browser-utils test
This commit is contained in:
@@ -266,10 +266,6 @@ describe("browser server-context listKnownProfileNames", () => {
|
||||
]),
|
||||
};
|
||||
|
||||
expect(listKnownProfileNames(state).toSorted()).toEqual([
|
||||
"openclaw",
|
||||
"stale-removed",
|
||||
"user",
|
||||
]);
|
||||
expect(listKnownProfileNames(state).toSorted()).toEqual(["openclaw", "stale-removed", "user"]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user