Skip to content

Commit

Permalink
Fix test (see #266)
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Nov 9, 2023
1 parent b979e75 commit eabfb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void testMatches() throws MalformedURLException {

Properties p = new Properties();
p.setProperty(IRIArgument.LOCATION.toString(), url.toString());
p.setProperty(ZipTriplifier.MATCHES.toString(), "[^j]*");
p.setProperty(ZipTriplifier.MATCHES.toString(), ".*(?<!\\.json)");
FacadeXGraphBuilder builder = new BaseFacadeXGraphBuilder(p);
tt.triplify(p, builder);
DatasetGraph dg = builder.getDatasetGraph();
Expand Down

0 comments on commit eabfb88

Please sign in to comment.