Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for foundObjects (0.07 sec)

  1. cmd/object-api-listobjects_test.go

    				}
    			}
    
    			if len(testCase.result.Objects) != len(foundObjects) {
    				t.Logf("want: %v", objInfoNames(testCase.result.Objects))
    				t.Logf("got: %v", objInfoNames(foundObjects))
    				t.Errorf("Test %d: %s: Expected number of objects in the result to be '%d', but found '%d' objects instead",
    					i+1, instanceType, len(testCase.result.Objects), len(foundObjects))
    			}
    			for j := 0; j < len(testCase.result.Objects); j++ {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 76.1K bytes
    - Viewed (0)
Back to top