File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ func TestRequestCmdr(t *testing.T) {
176
176
assert .Equal (t , rpkt , statusFromError (rpkt , errTest ))
177
177
}
178
178
179
- func TestRequestInfoList (t * testing.T ) { testInfoMethod (t , "List" ) }
180
- func TestRequestInfoReadlink (t * testing.T ) { testInfoMethod (t , "Readlink" ) }
181
179
func TestRequestInfoStat (t * testing.T ) {
182
180
handlers := newTestHandlers ()
183
181
request := testRequest ("Stat" )
@@ -188,6 +186,8 @@ func TestRequestInfoStat(t *testing.T) {
188
186
assert .Equal (t , spkt .info .Name (), "request_test.go" )
189
187
}
190
188
189
+ func TestRequestInfoList (t * testing.T ) { testInfoMethod (t , "List" ) }
190
+ func TestRequestInfoReadlink (t * testing.T ) { testInfoMethod (t , "Readlink" ) }
191
191
func testInfoMethod (t * testing.T , method string ) {
192
192
handlers := newTestHandlers ()
193
193
request := testRequest (method )
You can’t perform that action at this time.
0 commit comments