Skip to content

Commit 1fdd80a

Browse files
committed
[Tests] Update to new APIs.
1 parent 0f72972 commit 1fdd80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftFlowGitHubBrowserTests/GithubAuthSpec/GitHubAuthSpec.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class GitHubAuthSpec: QuickSpec {
1818

1919
describe("When receiving a success OAuth URL callback ") {
2020

21-
let store = Store<State>(reducer: AppReducer(), state: nil)
21+
let store = Store<State>(reducer: appReducer, state: nil)
2222

2323
beforeEach {
2424
let fakeOAuth = FakeOAuthConfiguration(injectedTokenConfiguration: TokenConfiguration("Token"))
@@ -51,7 +51,7 @@ class GitHubAuthSpec: QuickSpec {
5151

5252
describe("When receiving successful login action") {
5353

54-
let store = Store<State>(reducer: AppReducer(), state: nil)
54+
let store = Store<State>(reducer: appReducer, state: nil)
5555

5656
beforeEach {
5757
let tokenConfiguration = TokenConfiguration("Token")

0 commit comments

Comments
 (0)