From 11cbe9eff5f28f73315a2429779a034f82f02cd7 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Tue, 2 Dec 2025 13:15:47 +0100 Subject: [PATCH] style: fix typo in test error message description --- test/teslamate/api_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/teslamate/api_test.exs b/test/teslamate/api_test.exs index 01eea8b3..e9bec95b 100644 --- a/test/teslamate/api_test.exs +++ b/test/teslamate/api_test.exs @@ -394,7 +394,7 @@ defmodule TeslaMate.ApiTest do end @tag :capture_log - test "other error witnout Env", %{test: name} do + test "other error without Env", %{test: name} do api_error = %TeslaApi.Error{reason: :closed, message: "foo"} vehicle_mock =