CEC-2608: Changed warn to warning (#209)

Co-authored-by: Alexander Andrews <aandrews@fiskerinc.com>
This commit is contained in:
Alexander Andrews
2022-10-03 13:44:59 -04:00
committed by GitHub
parent 84fbf57daa
commit 9b80853784
14 changed files with 21 additions and 21 deletions

View File

@@ -253,7 +253,7 @@ describe("VehicleContext", () => {
onClick={() =>
update({
vin: "3C4PDCBG0ET127145",
log_level: "warn",
log_level: "warning",
canbus: { enabled: false },
})
}