Added some tests for the IOUtil class

This commit is contained in:
Gregory Ballantine
2022-05-03 00:13:34 -04:00
parent 26ec5d2782
commit 204a5e15f1
3 changed files with 35 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
pipeline:
test:
image: maven:3-jdk-11
commands:
- mvn test
build:
image: maven:3-jdk-11
commands: