| 4 | |
| 5 | func TestCreateCollection(t *testing.T) { |
| 6 | type args struct { |
| 7 | name string |
| 8 | createCollectionRequest CreateCollectionRequest |
| 9 | } |
| 10 | tests := []struct { |
| 11 | name string |
| 12 | args args |
nothing calls this directly
no outgoing calls
no test coverage detected