Rename CommandConfiguration to Configuration
This commit is contained in:
@@ -78,7 +78,7 @@ func TestHandlerHandleEcho(t *testing.T) {
|
||||
}
|
||||
lock := sync.Mutex{}
|
||||
handler := newHandler(
|
||||
CommandConfiguration{},
|
||||
Configuration{},
|
||||
nil,
|
||||
rw.NewFetchReader(testDummyFetchGen(s)),
|
||||
&w,
|
||||
|
||||
Reference in New Issue
Block a user