Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestWasmConvert (0.27 sec)

  1. pkg/wasm/convert_test.go

    			mc := &mockCache{}
    			gotErr := MaybeConvertWasmExtensionConfig(tc.input, mc)
    			if gotErr == nil {
    				t.Errorf("wasm config conversion should return error, but did not")
    			}
    		})
    	}
    }
    
    func TestWasmConvert(t *testing.T) {
    	cases := []struct {
    		name       string
    		input      []*core.TypedExtensionConfig
    		wantOutput []*core.TypedExtensionConfig
    		wantErr    bool
    	}{
    		{
    			name: "nil typed config ",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.6K bytes
    - Viewed (0)
Back to top