style: format browser-utils test

This commit is contained in:
George Zhang
2026-03-14 14:56:53 -07:00
parent 5fdba529d0
commit f08dec8edb

View File

@@ -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"]);
});
});