Skip to content

Commit

Permalink
Update modules/signals/rxjs-interop/spec/rx-method.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored Sep 28, 2024
1 parent b3fcf82 commit 1ffc0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/signals/rxjs-interop/spec/rx-method.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ describe('rxMethod', () => {
expect(globalService.globalObservableChangeCounter).toBe(2);
});

it('falls back to source injector when reactive method is called is outside of injection context', async () => {
it('falls back to source injector when reactive method is called outside of the injection context', async () => {
@Component({
selector: 'app-with-store',
template: '',
Expand Down

0 comments on commit 1ffc0c7

Please sign in to comment.