From 9b80853784cacf6f54387128b6a1a67c7662d12e Mon Sep 17 00:00:00 2001 From: Alexander Andrews <45926661+alexander-e-andrews@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:44:59 -0400 Subject: [PATCH] CEC-2608: Changed warn to warning (#209) Co-authored-by: Alexander Andrews --- src/components/App/__snapshots__/App.test.js.snap | 4 ++-- src/components/Cars/Add/__snapshots__/index.test.jsx.snap | 4 ++-- src/components/Cars/Add/index.jsx | 2 +- .../Cars/Update/__snapshots__/index.test.jsx.snap | 4 ++-- src/components/Cars/Update/index.jsx | 2 +- src/components/Contexts/FleetContext.test.jsx | 6 +++--- src/components/Contexts/VehicleContext.test.jsx | 2 +- src/components/Contexts/__mocks__/FleetContext.jsx | 2 +- src/components/Fleets/Add/__snapshots__/index.test.jsx.snap | 4 ++-- src/components/Fleets/Add/index.jsx | 2 +- .../Fleets/Table/__snapshots__/index.test.jsx.snap | 2 +- .../Fleets/Update/__snapshots__/index.test.jsx.snap | 4 ++-- src/components/Fleets/Update/index.jsx | 2 +- src/services/__mocks__/fleetsAPI.js | 2 +- 14 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index cb9546f..527bc6c 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -6015,7 +6015,7 @@ exports[`App Route /vehicle-add authenticated 1`] = ` class="PrivateSwitchBase-input-0" name="log-level-group" type="radio" - value="warn" + value="warning" />
- Warn + Warning