Skip to content

Commit

Permalink
Issue #5129 - Fleshing out glob testcase a bit more
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Aug 10, 2020
1 parent 52f5218 commit 5b8c343
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -40,6 +40,7 @@
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.startsWith;
import static org.junit.jupiter.api.Assertions.assertNotNull;

public class ResourceTest
{
Expand Down Expand Up @@ -291,5 +292,6 @@ public void testGlobPath() throws IOException

String globReference = testDir.toAbsolutePath().toString() + File.separator + '*';
Resource globResource = Resource.newResource(globReference);
assertNotNull(globResource, "Should have produced a Resource");
}
}

0 comments on commit 5b8c343

Please sign in to comment.