Skip to content

Commit

Permalink
fix type in ipfix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhale-ibm committed Feb 26, 2024
1 parent effe623 commit 3172f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pipeline/write/testnorace/write_ipfix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func matchElement(t *testing.T, element entities.InfoElementWithValue, flow conf
case "destinationNodeName":
assert.Equal(t, flow["DstK8S_HostName"], element.GetStringValue())
case "timeFlowRttNs":
assert.Equal(t, flow["TimeFlowRttNs"], element.GetUnsigned64Value())
assert.Equal(t, flow["TimeFlowRttNs"], element.GetSigned64Value())
case "sourceMacAddress":
case "destinationMacAddress":
// Getting some discrepancies here, need to figure out why
Expand Down

0 comments on commit 3172f61

Please sign in to comment.