From 1e7942c9d182b808d8260eb1840f01d51590df02 Mon Sep 17 00:00:00 2001 From: Takehiro Kaneko Date: Thu, 8 Feb 2024 12:12:18 +0900 Subject: [PATCH] fix typo in migration guide 1.6 (#2779) --- .../Articles/MigrationGuides/MigratingTo1.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.6.md b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.6.md index 01da59ccf387..7589add99967 100644 --- a/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.6.md +++ b/Sources/ComposableArchitecture/Documentation.docc/Articles/MigrationGuides/MigratingTo1.6.md @@ -12,7 +12,7 @@ APIs, and this article contains some tips for doing so. ### Asserting on action payloads -In version 1.4 of the library we provided a new a new assertion method on ``TestStore`` for +In version 1.4 of the library we provided a new assertion method on ``TestStore`` for asserting on actions received without asserting on the payload in the action (see for more information). However, sometimes it is important to assert on the payload, especially when testing delegate actions from child features,