Skip to content

Commit fff5389

Browse files
committed
Remove TODO from the SftpSessionFactoryTests
1 parent 5160117 commit fff5389

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-integration-sftp/src/test/java/org/springframework/integration/sftp/session/SftpSessionFactoryTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ void clientSessionIsClosedOnSessionClose() throws Exception {
278278
session.close();
279279

280280
assertThat(session.isOpen()).isFalse();
281-
// TODO until https://github.com/apache/mina-sshd/issues/700
282-
await().untilAsserted(() -> assertThat(clientSession.isClosed()).isTrue());
281+
assertThat(clientSession.isClosed()).isTrue();
283282

284283
sftpSessionFactory.destroy();
285284
}

0 commit comments

Comments
 (0)