Skip to content

Commit

Permalink
unit test error
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinyooky committed Jul 13, 2023
1 parent fc41ad5 commit a75961d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const fakeOpenDUA = jest.fn();

const uuid = 'fakeuuid';

const { detailContext } = { uuid };
const detailContext = { uuid };
const filesContext = { openDUA: fakeOpenDUA, hasAgreedToDUA: 'fakedua' };

function FilesProviders({ children }) {
Expand Down

0 comments on commit a75961d

Please sign in to comment.