Skip to content

Commit eefc345

Browse files
committed
Small cleanup after PR
1 parent cdfaa29 commit eefc345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/FirebirdSql.Data.FirebirdClient.Tests/FbServicesTests.cs

+1-1
Original file line numberDiff line numberDiff 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]

src/FirebirdSql.Data.TestsBase/FbTestsBase.cs

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)