Skip to content

Commit

Permalink
Testing, do not merge this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Nov 25, 2023
1 parent 86fbe30 commit 212e88a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/practice/accumulate/tests/accumulate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ fn func_single() {
assert_eq!(map(input, square), expected);
}

// WIP

// DO NOT MERGE THIS CHANGE

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

0 comments on commit 212e88a

Please sign in to comment.