File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SwiftFlowGitHubBrowserTests/GithubAuthSpec Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class GitHubAuthSpec: QuickSpec {
18
18
19
19
describe ( " When receiving a success OAuth URL callback " ) {
20
20
21
- let store = Store < State > ( reducer: AppReducer ( ) , state: nil )
21
+ let store = Store < State > ( reducer: appReducer , state: nil )
22
22
23
23
beforeEach {
24
24
let fakeOAuth = FakeOAuthConfiguration ( injectedTokenConfiguration: TokenConfiguration ( " Token " ) )
@@ -51,7 +51,7 @@ class GitHubAuthSpec: QuickSpec {
51
51
52
52
describe ( " When receiving successful login action " ) {
53
53
54
- let store = Store < State > ( reducer: AppReducer ( ) , state: nil )
54
+ let store = Store < State > ( reducer: appReducer , state: nil )
55
55
56
56
beforeEach {
57
57
let tokenConfiguration = TokenConfiguration ( " Token " )
You can’t perform that action at this time.
0 commit comments