Merged
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
chore: fix linting violations
  • Loading branch information
@thiagotnunes
thiagotnunes committedDec 17, 2021
commit 25d1ec097020c9c2c0ecc98fe21f6a50d10a374c
Original file line numberDiff line numberDiff line change
Expand Up@@ -81,9 +81,7 @@ public void listInstances() {
Instance instance =
Iterators.getOnlyElement(
instanceClient
.listInstances(
Options.filter(
"name=" + env.getTestHelper().getInstanceId()))
.listInstances(Options.filter("name=" + env.getTestHelper().getInstanceId()))
.iterateAll()
.iterator());
assertThat(instance.getId()).isEqualTo(env.getTestHelper().getInstanceId());
Expand Down