Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: hillium <yu745514916@live.com>
  • Loading branch information
YuJuncen committed Dec 1, 2022
1 parent 3b16943 commit 4e528fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/streamhelper/spans/value_sorted_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func TestSortedBasic(t *testing.T) {
},
RetainLessThan: 11,
Result: []spans.Valued{
kv(s("0001", "0004"), 5),
kv(s("0001", "0008"), 5),
kv(s("0008", ""), 10),
},
},
Expand Down

0 comments on commit 4e528fc

Please sign in to comment.