Upgrade to Gradle 3.4.1 and fix typo

This commit is contained in:
Artem Bilan
2017-03-09 15:02:25 -05:00
parent 4c4c67d665
commit cdb68123db
3 changed files with 3 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ public class S3InboundChannelAdapterParserTests {
private SessionFactory<?> s3SessionFactory;
@Test
public void testFtpInboundChannelAdapterComplete() throws Exception {
public void testS3InboundChannelAdapterComplete() throws Exception {
assertThat(TestUtils.getPropertyValue(this.s3Inbound, "autoStartup", Boolean.class)).isFalse();
PriorityBlockingQueue<?> blockingQueue = TestUtils.getPropertyValue(this.s3Inbound,
"source.fileSource.toBeReceived", PriorityBlockingQueue.class);