Skip to content

Commit ca8fe6a

Browse files
authored
New praise messages (#1974)
1 parent b56afbe commit ca8fe6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/praise.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ praise <- function() {
2121
"\U0001f9ff Your tests look perfect \U0001f9ff",
2222
"\U0001f3af Your tests hit the mark \U0001f3af",
2323
"\U0001f41d Your tests are the bee's knees \U0001f41d",
24-
"\U0001f4a3 Your tests are da bomb \U0001f4a3",
25-
"\U0001f525 Your tests are lit \U0001f525"
24+
"\U0001f3b8 Your tests rock \U0001f3b8",
25+
"\U0001f44f Your tests get an ovation \U0001f44f"
2626
)
2727

2828
x <- if (cli::is_utf8_output()) c(plain, utf8) else plain

0 commit comments

Comments
 (0)