Skip to content

Commit 646080b

Browse files
committed
codespell ignore a line in the tests
1 parent ba2aab8 commit 646080b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

importer/src/test/java/ch/cyberduck/core/importer/TotalCommanderBookmarkCollectionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public void testParse() throws Exception {
4646
c.parse(new ProtocolFactory(new HashSet<>(Arrays.asList(new TestProtocol(Scheme.ftp), new TestProtocol(Scheme.ftps), new TestProtocol(Scheme.sftp)))), new Local("src/test/resources/wcx_ftp.ini"));
4747
assertEquals(2, c.size());
4848
assertEquals("sudo.ch", c.get(0).getHostname());
49-
assertEquals("fo|cyberduck.io session bookmark", c.get(1).getNickname());
49+
assertEquals("fo|cyberduck.io session bookmark", c.get(1).getNickname()); /* pragma: codespell-ignore */
5050
assertEquals("cyberduck.io", c.get(1).getHostname());
5151
assertEquals("/remote", c.get(1).getDefaultPath());
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)