mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
repace panic with fatal for consistancy
This commit is contained in:
parent
7da9242b6b
commit
289bec9d81
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func TestNewCluster(t *testing.T) {
|
|||
|
||||
resp, err := http.DefaultClient.Do(req)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
t.Fatalf("sending request: %v", err)
|
||||
}
|
||||
defer resp.Body.Close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue