Browse Source

Credentials Test

master
MRichter 1 year ago
parent
commit
930a97920d
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      test/java/CredentialsTest.java

+ 8
- 0
test/java/CredentialsTest.java View File

@@ -0,0 +1,8 @@
import static org.junit.jupiter.api.Assertions.*;

class CredentialsTest {

@org.junit.jupiter.api.Test
void valid() {
}
}

Loading…
Cancel
Save