mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-28 16:07:49 +01:00
fix a test
This commit is contained in:
@@ -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}
|
||||
/>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user