Skip to content

Commit

Permalink
chore: test chai failure - do not merge
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Dec 4, 2024
1 parent 03fa32e commit 012ea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/node/operations/stat.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe("stat", function () {
this.client.stat("/1/", { details: true }).then(function (result) {
expect(result.data).to.have.property("props").that.is.an("object");
expect(result.data.props)
.to.have.property("displayname")
.to.have.property("dispvdslayname")
.that.is.a("string")
.and.equal("1");
});
Expand Down

0 comments on commit 012ea99

Please sign in to comment.