Skip to content

Commit

Permalink
Uglier again
Browse files Browse the repository at this point in the history
  • Loading branch information
ChumpChief committed Apr 5, 2024
1 parent 40888c9 commit 6c82ff0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/drivers/odsp-driver/src/test/odspUrlHelper.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ describe("odspUrlHelper", () => {
false,
);
assert.equal(
isSpoUrl(new URL("https://foo.sharepoint-df-df.com/_api/v2.1/drives/bar/items/baz")),
isSpoUrl(
new URL("https://foo.sharepoint-df-df.com/_api/v2.1/drives/bar/items/baz"),
),
false,
);
});
Expand Down

0 comments on commit 6c82ff0

Please sign in to comment.