Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit f39f7b8

Browse files
committed
Fixed a broken test - files, value was missing
1 parent bc80e9f commit f39f7b8

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/sharepoint/rest/files.test.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ describe("File", () => {
5353
expect(file.versions.toUrl()).to.match(toMatchEndRegex("_api/web/files/getByName('Thomas Rawls')/versions"));
5454
});
5555
});
56-
57-
describe("value", () => {
58-
it("Should return _api/web/files/getByName('Thomas Rawls')/$value", () => {
59-
expect(file.value.toUrl()).to.match(toMatchEndRegex("_api/web/files/getByName('Thomas Rawls')/$value"));
60-
});
61-
});
6256
});
6357

6458
describe("Versions", () => {
@@ -97,5 +91,5 @@ describe("Version", () => {
9791

9892
it("Should be an object", () => {
9993
expect(version).to.be.a("object");
100-
});
94+
});
10195
});

0 commit comments

Comments
 (0)