fix a test

This commit is contained in:
2019-09-13 15:19:10 +03:00
parent 5775c32dfe
commit dea6e3922d

View File

@@ -65,6 +65,7 @@ describe("<DocumentEdit />", () => {
updateDoc={mock}
history={mock}
location={mock}
username="asdf"
match={{ params: { id: 1 } } as any}
/>,
);
@@ -95,6 +96,7 @@ describe("<DocumentEdit />", () => {
updateDoc={mock}
history={mock}
location={mock}
username="asdf"
match={{ params: { id: 1 } } as any}
/>,
);