Skip to content

Commit

Permalink
Whatdis?
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jan 21, 2024
1 parent a5080b6 commit cdd6596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/upload-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('upload-manager.ts', () => {
await RemotePlaceResolver.resolveOne(chp, sessionCache, chtApi, { fuzz: true });
chp.validate();
expect(chp.validationErrors).to.be.empty;
``;

// upload succeeds
chtApi.getParentAndSibling = sinon.stub().resolves({ parent: chu.asChtPayload('user'), sibling: undefined });
const uploadManager = new UploadManager();
Expand Down

0 comments on commit cdd6596

Please sign in to comment.