Skip to content

Commit 31d4176

Browse files
MeAkibJeanMeche
andauthored
Apply suggestion from @JeanMeche
Co-authored-by: Matthieu Riegler <[email protected]>
1 parent cf0a2d3 commit 31d4176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/http/testing/src/module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import {provideHttpClientTesting} from './provider';
2222
*/
2323
@NgModule({
2424
imports: [],
25-
providers: [provideHttpClientTesting(), provideHttpClient(withInterceptorsFromDi())],
25+
providers: [provideHttpClient(withInterceptorsFromDi()), provideHttpClientTesting(), ],
2626
})
2727
export class HttpClientTestingModule {}

0 commit comments

Comments
 (0)