Skip to content

Commit

Permalink
Fix test case.
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Reis <[email protected]>
  • Loading branch information
gargravarr committed Jul 5, 2024
1 parent 43e00fb commit 6cce434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/traffic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ func TestComputeTrafficSegments(t *testing.T) {
},
ingressSegments: map[types.UID]string{
"v1": "TrafficSegment(0.0, 0.26)",
"v2": "TrafficSegment(0.24, 0.50)",
"v2": "TrafficSegment(0.26, 0.50)",
"v3": "TrafficSegment(0.50, 0.75)",
"v4": "TrafficSegment(0.75, 1.0)",
},
Expand Down

0 comments on commit 6cce434

Please sign in to comment.