Skip to content

Commit

Permalink
*** failing on purpose
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com>
Co-Authored-By: asegrt <46486845+asegrt@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 4, 2024
1 parent 53d4788 commit 554e5a3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test to seee test report in github actions
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package org.approvaltests;

import org.junit.jupiter.api.Test;

class DeleteMeAfterExperiments {

@Test
void applesauce() {
Approvals.verify("test to see test report in github actions");
}
}

0 comments on commit 554e5a3

Please sign in to comment.