Skip to content

Commit

Permalink
Makes code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Apr 13, 2024
1 parent d454dd3 commit ec4eec9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/http_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ func TestNewBackend(t *testing.T) {
}

backend := NewBackend(factory)
if backend == nil {
t.Error("Expected backend to be created, but got nil")
}

if backend.client.Timeout != defaultTimeout {
t.Errorf("Expected default timeout to be %v, but got %v", defaultTimeout, backend.client.Timeout)
}
Expand Down

0 comments on commit ec4eec9

Please sign in to comment.