File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FirebirdSql.Data.FirebirdClient.Tests
FirebirdSql.Data.TestsBase Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ public async Task StatisticsRecordVersionTest()
236236 } ;
237237 await statisticalSvc . ExecuteAsync ( ) ;
238238 var statisticalOutput = sb . ToString ( ) ;
239- Assert . IsTrue ( statisticalOutput . Contains ( "Average record length" ) , "Record statistics not found" ) ;
239+ Assert . IsTrue ( statisticalOutput . Contains ( "Average record length" ) , "Record statistics not found" ) ;
240240 }
241241
242242 [ Test ]
Original file line number Diff line number Diff line change @@ -195,8 +195,8 @@ public static FbConnectionStringBuilder BuildServicesConnectionStringBuilder(FbS
195195 {
196196 builder . Database = FbTestsSetup . Database ( serverType , compression , wireCrypt ) ;
197197 }
198- builder . ServerType = serverType ;
199198 builder . Port = FbTestsSetup . Port ;
199+ builder . ServerType = serverType ;
200200 return builder ;
201201 }
202202
You can’t perform that action at this time.
0 commit comments