mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
fix a test
This commit is contained in:
@@ -65,6 +65,7 @@ describe("<DocumentEdit />", () => {
|
|||||||
updateDoc={mock}
|
updateDoc={mock}
|
||||||
history={mock}
|
history={mock}
|
||||||
location={mock}
|
location={mock}
|
||||||
|
username="asdf"
|
||||||
match={{ params: { id: 1 } } as any}
|
match={{ params: { id: 1 } } as any}
|
||||||
/>,
|
/>,
|
||||||
);
|
);
|
||||||
@@ -95,6 +96,7 @@ describe("<DocumentEdit />", () => {
|
|||||||
updateDoc={mock}
|
updateDoc={mock}
|
||||||
history={mock}
|
history={mock}
|
||||||
location={mock}
|
location={mock}
|
||||||
|
username="asdf"
|
||||||
match={{ params: { id: 1 } } as any}
|
match={{ params: { id: 1 } } as any}
|
||||||
/>,
|
/>,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user