Skip to content

Commit

Permalink
fix: range test
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 21, 2025
1 parent 4f08a91 commit 022e967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ranges_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func TestStyleRanges(t *testing.T) {
ranges: []Range{
NewRange(2, 5, NewStyle().Foreground(Color("2"))),
},
expected: "\x1b[90m\ue615\x1b[39m \x1b[3m\x1b[32mDow\x1b[0m\x1b[90m\x1b[39m\x1b[3wnloads",
expected: "\x1b[90m\ue615\x1b[39m \x1b[3m\x1b[32mDow\x1b[0m\x1b[90m\x1b[39m\x1b[3mnloads",
},
}

Expand Down

0 comments on commit 022e967

Please sign in to comment.