Skip to content

Commit 0d194a6

Browse files
committed
Fixed warning on Explicit test
1 parent c32f603 commit 0d194a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/FirebirdSql.Data.FirebirdClient.Tests/FbConnectionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public void DoNotGoBackToPoolAfterBroken()
390390
}
391391
}
392392
}
393-
catch (FbException ex)
393+
catch (FbException)
394394
{ }
395395
}
396396
}

0 commit comments

Comments
 (0)