Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Test_diffNFTablesTransaction (0.33 sec)

  1. pkg/proxy/nftables/helpers_test.go

    	expected := strings.TrimSpace(testExpected)
    
    	diff := cmp.Diff(expected, output)
    	if diff != "" {
    		t.Errorf("output does not match expected:\n%s", diff)
    	}
    }
    
    func Test_diffNFTablesTransaction(t *testing.T) {
    	diff := diffNFTablesTransaction(testInput, testExpected)
    	if diff != "" {
    		t.Errorf("found diff in inputs that should have been equal:\n%s", diff)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top