Remove unused struct

pull/494/head
Dave Cunningham 9 years ago
parent 61a9296bb5
commit 901c227612

@ -31,13 +31,6 @@ import (
var expanderName = "../../../expansion/expansion.py" var expanderName = "../../../expansion/expansion.py"
type testCase struct {
Description string
Request *expansion.ServiceRequest
ExpectedResponse *expansion.ServiceResponse
ExpectedError string
}
// content provides an easy way to provide file content verbatim in tests. // content provides an easy way to provide file content verbatim in tests.
func content(lines []string) []byte { func content(lines []string) []byte {
return []byte(strings.Join(lines, "\n") + "\n") return []byte(strings.Join(lines, "\n") + "\n")

Loading…
Cancel
Save