Commit 901c2276 authored by Dave Cunningham's avatar Dave Cunningham

Remove unused struct

parent 61a9296b
...@@ -31,13 +31,6 @@ import ( ...@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment