From 68aab63b34a7aa74b4abacd94e27cb911c68d648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphae=CC=88l=20Blanchet?= Date: Tue, 26 Sep 2023 11:16:58 -0400 Subject: [PATCH] Rename Test1884 to Test1902 to fit with PR number --- TestsExample/App.js | 2 +- TestsExample/src/{Test1884.tsx => Test1902.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename TestsExample/src/{Test1884.tsx => Test1902.tsx} (100%) diff --git a/TestsExample/App.js b/TestsExample/App.js index f6e9d5ca77..f742d2ac68 100644 --- a/TestsExample/App.js +++ b/TestsExample/App.js @@ -92,7 +92,7 @@ import Test1791 from './src/Test1791'; import Test1802 from './src/Test1802'; import Test1844 from './src/Test1844'; import Test1864 from './src/Test1864'; -import Test1884 from './src/Test1884'; +import Test1902 from './src/Test1902'; enableFreeze(true); diff --git a/TestsExample/src/Test1884.tsx b/TestsExample/src/Test1902.tsx similarity index 100% rename from TestsExample/src/Test1884.tsx rename to TestsExample/src/Test1902.tsx