Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Jan 17, 2025
1 parent 362f654 commit 4d72987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mzLib/Readers/timsTOF/TimsTofFileReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public override void InitiateDynamicConnection()
throw new FileNotFoundException("Data file is missing .tdf and/or .tdf_bin file");
}

_sqlConnection?.Dispose();
OpenSqlConnection();

if(_fileHandle != null) tims_close((UInt64)_fileHandle);
Expand Down

0 comments on commit 4d72987

Please sign in to comment.