mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
Assert.Pass() causes an SuccessException
This commit is contained in:
committed by
alexiscatnip
parent
ddbdcebea6
commit
1daeb4f010
@@ -59,7 +59,6 @@ namespace Raindrop.Tests.LMV_ExtendedTests
|
||||
if (error == null && responseData != null) // success
|
||||
{
|
||||
Debug.Log("Download Success.");
|
||||
Assert.Pass();
|
||||
}
|
||||
else // download failed
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user