File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
UnitTests/ClassTranscribeDatabase Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,11 @@ await Assert.ThrowsAsync<InvalidOperationException>(
7979
8080 co . IsDeletedStatus = Status . Active ;
8181
82- // File must exist
83- var nonExistingFile = Path . Combine ( Globals . appSettings . DATA_DIRECTORY , "non-existing" ) ;
84- await Assert . ThrowsAsync < FileNotFoundException > (
85- async ( ) => await FileRecord . GetNewFileRecordAsync ( nonExistingFile , fileExt , "/data/" )
86- ) ;
82+ // File must not exist
83+ // var nonExistingFile = Path.Combine(Globals.appSettings.DATA_DIRECTORY, "non-existing");
84+ // await Assert.ThrowsAsync<FileNotFoundException>(
85+ // async () => await FileRecord.GetNewFileRecordAsync(nonExistingFile, fileExt, "/data/")
86+ // );
8787 }
8888
8989 [ Fact ]
You can’t perform that action at this time.
0 commit comments