We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1585415 commit e81d4f1Copy full SHA for e81d4f1
Client.Tests/BaseTest.cs
@@ -134,7 +134,7 @@ private void InitializeCommonTestData()
134
};
135
}
136
137
- protected Mocks.PageState CreatePageState(string action, IDictionary<string, string>? queryString = null)
+ protected Mocks.PageState CreatePageState(string action, Dictionary<string, string>? queryString = null)
138
=> new Mocks.PageState
139
{
140
Action = action,
0 commit comments