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 {
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 " )
You can’t perform that action at this time.
0 commit comments