Skip to content

Commit

Permalink
Introduce artificial test failure to reproduce upload artifact issue r…
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Aug 4, 2022
1 parent f616264 commit 0ef75f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# artificial test failure
stopifnot(FALSE)

stopifnot(testpackage:::add_one(1) == 2)

stopifnot(testpackage:::times2(10) == 20L)

0 comments on commit 0ef75f0

Please sign in to comment.