Skip to content

Commit

Permalink
DO NOT MERGE - two changed test files
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Aug 15, 2024
1 parent bbd6958 commit da5ec34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exercises/practice/bob/tests/bob.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ fn stating_something() {
assert_eq!(reply("Tom-ay-to, tom-aaaah-to."), "Whatever.");
}

// change 1

#[test]
#[ignore]
fn shouting() {
Expand Down
2 changes: 2 additions & 0 deletions exercises/practice/say/tests/say.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ fn zero() {
assert_eq!(output, expected);
}

// change 2

#[test]
#[ignore]
fn one() {
Expand Down

0 comments on commit da5ec34

Please sign in to comment.