We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b3eaa commit 1453ef5Copy full SHA for 1453ef5
tests/MySqlConnector.Tests/ConnectionOpenedCallbackTests.cs
@@ -124,10 +124,10 @@ public void ConditionsForNonResetConnection()
124
}
125
126
127
- private ValueTask OnConnectionOpenedAsync(MySqlConnectionOpenedContext data, CancellationToken cancellationToken)
+ private ValueTask OnConnectionOpenedAsync(MySqlConnectionOpenedContext context, CancellationToken cancellationToken)
128
{
129
m_connectionOpenedCount++;
130
- m_connectionOpenedConditions = data.Conditions;
+ m_connectionOpenedConditions = context.Conditions;
131
return default;
132
133
0 commit comments