Some more test work

- Fix missing parameter
This commit is contained in:
nathangray 2020-09-30 15:42:14 -06:00
parent e1aafab77d
commit 302e1c3e2d

View File

@ -312,6 +312,6 @@ class SharingACLTest extends SharingBase
// Log out & clear cache
LoggedInTest::tearDownAfterClass();
$this->checkSharedFile($link, $mimetype);
$this->checkSharedFile($link, $mimetype, $share);
}
}