Skip to content

Commit

Permalink
chore: add test
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Feb 19, 2024
1 parent 88b4ac8 commit c4874c1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vehicle/tesla/helper_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package tesla

import (
"testing"

"github.com/stretchr/testify/assert"
)

func TestApiError(t *testing.T) {
assert.Nil(t, apiError(nil))
}

0 comments on commit c4874c1

Please sign in to comment.