Skip to content

Commit 211a487

Browse files
committed
Make test less brittle
1 parent e06068b commit 211a487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testing/integration/Compute/v2_1/ServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public async Task FindServersTest()
161161
{"foo", fooValue}
162162
}
163163
});
164-
Assert.Equal(1, results.Count());
164+
Assert.Contains(serverWithMetadata.Id, results.Select(x => x.Id));
165165
}
166166

167167
[Fact]

0 commit comments

Comments
 (0)