Skip to content

Commit

Permalink
Fix typo in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras authored Dec 14, 2024
1 parent 228ef23 commit 3e23220
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn white() {
#[ignore]
fn orange() {
let output = color_code(Color::Orange);
let expected = 47;
let expected = 3;
assert_eq!(output, expected);
}

Expand Down

0 comments on commit 3e23220

Please sign in to comment.