Skip to content

Commit 16ebdd3

Browse files
style: format
1 parent 11bc985 commit 16ebdd3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/core/tests/integration/plugins/capabilities.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,7 @@ describe("Capability Enforcement Integration (v2)", () => {
182182
expect(result.items.find((item) => item.id === "post-1")?.scheduledAt).toBe(
183183
"2026-12-01T12:00:00.000Z",
184184
);
185-
expect((await access.get("posts", "post-1"))?.scheduledAt).toBe(
186-
"2026-12-01T12:00:00.000Z",
187-
);
185+
expect((await access.get("posts", "post-1"))?.scheduledAt).toBe("2026-12-01T12:00:00.000Z");
188186
});
189187

190188
it("narrows list results by where.status", async () => {

0 commit comments

Comments
 (0)