File tree Expand file tree Collapse file tree
GroupDocs.Conversion.Cloud.Sdk.Test/Api
GroupDocs.Conversion.Cloud.Sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ public void TestConversionFileNotFound()
131131 {
132132 ConvertApi . ConvertDocumentDownload ( request ) ;
133133 } ) ;
134- Assert . True ( ex . Message . Contains ( "The specified key does not exist" ) ) ;
134+ Assert . True ( ex . Message . Contains ( "The specified key does not exist" ) || ex . Message . Contains ( "some-folder/NotExist.docx" ) ) ;
135135 }
136136
137137 [ Test ]
Original file line number Diff line number Diff line change 22<Project Sdk =" Microsoft.NET.Sdk" >
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;net20</TargetFrameworks >
5- <AssemblyVersion >23.6 .0.0</AssemblyVersion >
6- <FileVersion >23.6 .0.0</FileVersion >
7- <Version >23.6 </Version >
5+ <AssemblyVersion >23.7 .0.0</AssemblyVersion >
6+ <FileVersion >23.7 .0.0</FileVersion >
7+ <Version >23.7 </Version >
88 <StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
99 <Company >GroupDocs</Company >
1010 <Authors >GroupDocs Product Team</Authors >
You can’t perform that action at this time.
0 commit comments