Skip to content

Commit

Permalink
fix: screen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 28, 2024
1 parent 567045a commit 49e3cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestClearMsg(t *testing.T) {
},
{
name: "bg_fg_cur_color",
cmds: []Cmd{ForegroundColor, BackgroundColor, CursorColor},
cmds: []Cmd{RequestForegroundColor, RequestBackgroundColor, RequestCursorColor},
expected: "\x1b[?25l\x1b[?2004h\x1b[?2027h\x1b[?2027$p\x1b]10;?\a\x1b]11;?\a\x1b]12;?\a\rsuccess\r\n\x1b[D\x1b[2K\r\x1b[?2004l\x1b[?25h",
},
{
Expand Down

0 comments on commit 49e3cda

Please sign in to comment.