From df2912ede9b67a0f1b5088f63deea22ceca02d34 Mon Sep 17 00:00:00 2001 From: Rainer Hahnekamp Date: Mon, 16 Sep 2024 23:00:58 +0200 Subject: [PATCH] Update projects/ngrx.io/content/guide/signals/signal-store/testing.md Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- projects/ngrx.io/content/guide/signals/signal-store/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ngrx.io/content/guide/signals/signal-store/testing.md b/projects/ngrx.io/content/guide/signals/signal-store/testing.md index 1e3c7f55d4..fa584a9ada 100644 --- a/projects/ngrx.io/content/guide/signals/signal-store/testing.md +++ b/projects/ngrx.io/content/guide/signals/signal-store/testing.md @@ -611,7 +611,7 @@ it('should show movies with MoviesStore', async () => { -This test assumes that the `MoviesService` sends a request to "https://movies.com". +This test assumes that the `MoviesService` sends a request. ## Testing Custom Extensions