Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_buildNestedMap (0.12 sec)

  1. pkg/collateral/control_test.go

    			if gotResult := dereferenceMap(tt.args.m); !reflect.DeepEqual(gotResult, tt.wantResult) {
    				t.Errorf("dereferenceMap() = %v, want %v", gotResult, tt.wantResult)
    			}
    		})
    	}
    }
    
    func Test_buildNestedMap(t *testing.T) {
    	type args struct {
    		flatMap map[string]string
    	}
    	tests := []struct {
    		name       string
    		args       args
    		wantResult map[string]any
    	}{
    		{
    			name: "configmap",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top