Skip to content
This repository was archived by the owner on Nov 24, 2022. It is now read-only.

Commit 1f9c715

Browse files
committed
Update RefUtilsTest.java
Fix after merge
1 parent 73ebdc2 commit 1f9c715

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/util/RefUtilsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ public void testPathJoin2() {
310310
assertEquals(RefUtils.buildUrl("http://foo.bar.com/file.yaml", "./newFile.yaml"), "http://foo.bar.com/newFile.yaml");
311311
assertEquals(RefUtils.buildUrl("http://foo.bar.com/my/dir/file.yaml", "/newFile.yaml"), "http://foo.bar.com/newFile.yaml");
312312
assertEquals(RefUtils.buildUrl("http://foo.bar.com/my/dir/file.yaml", "/my/newFile.yaml"), "http://foo.bar.com/my/newFile.yaml");
313+
}
313314

314315

315316
@Test

0 commit comments

Comments
 (0)