Skip to content

Commit

Permalink
Fix more linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathsreekanth committed Dec 13, 2024
1 parent e94480d commit c04fd5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func TestGetInstance(t *testing.T) {
}
}
}

func TestGetVolume(t *testing.T) {
mockServer := httptest.NewServer(http.HandlerFunc(mockInstanceServerHandler))
defer mockServer.Close()
Expand Down

0 comments on commit c04fd5c

Please sign in to comment.