-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Llewellyn Falco <llewellyn.falco@gmail.com> Co-Authored-By: asegrt <46486845+asegrt@users.noreply.github.com>
- Loading branch information
1 parent
53d4788
commit 554e5a3
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...ts-tests/src/test/java/org/approvaltests/DeleteMeAfterExperiments.applesauce.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
test to seee test report in github actions |
11 changes: 11 additions & 0 deletions
11
approvaltests-tests/src/test/java/org/approvaltests/DeleteMeAfterExperiments.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); | ||
} | ||
} |