Skip to content

Commit e81d4f1

Browse files
fix tests
1 parent 1585415 commit e81d4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client.Tests/BaseTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ private void InitializeCommonTestData()
134134
};
135135
}
136136

137-
protected Mocks.PageState CreatePageState(string action, IDictionary<string, string>? queryString = null)
137+
protected Mocks.PageState CreatePageState(string action, Dictionary<string, string>? queryString = null)
138138
=> new Mocks.PageState
139139
{
140140
Action = action,

0 commit comments

Comments
 (0)