Skip to content

Commit a106120

Browse files
authored
Merge pull request #69 from gdgib/G2-1721-ReassertTestBuildFailure
G2-1721 Fix actions workflow failure - add empty class
2 parents 23ba82d + 3244264 commit a106120

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.g2forge.reassert.test;
2+
3+
/**
4+
* Exists to prevent maven build problems. This project exists solely for testing.
5+
*/
6+
public class EmptyClass {}

0 commit comments

Comments
 (0)