Fix another Checkstyle violation

This commit is contained in:
abilan
2023-02-27 12:25:51 -05:00
parent 15d149d36d
commit 620f327483

View File

@@ -341,7 +341,7 @@ public class DynamoDbLockRegistryTests implements LocalstackContainerTest {
assertThat(lock.tryLock()).isTrue();
try {
assertThatNoException().isThrownBy(() -> dynamoDbLockRegistry.renewLock("foo"));
assertThatNoException().isThrownBy(() -> this.dynamoDbLockRegistry.renewLock("foo"));
}
finally {
lock.unlock();