From 0c245df1dc162d387ce6f5483505921b6cd4cfe2 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Wed, 17 Apr 2024 20:04:22 +0200 Subject: [PATCH] Complete the typo fix (#28856) --- .../__tests__/ReactInternalTestUtils-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js b/packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js index 22f0e0f418..fa985ef994 100644 --- a/packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js +++ b/packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js @@ -2146,7 +2146,7 @@ describe('ReactInternalTestUtils console assertions', () => { - Expected errors + Received errors - - This is a complete different message that happens to start with "T" + - This is a completely different message that happens to start with "T" + Message that happens to contain a "T" " `); });