Skip to content

Commit c95d12a

Browse files
committed
spacing
1 parent abd8283 commit c95d12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Nest.Tests.Integration/Aggregations/TermsAggregationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void NestedEmptyAggregationThreeLevelDeeps()
6565
)
6666
)
6767
);
68-
results.IsValid.Should().BeTrue();
68+
results.IsValid.Should().BeTrue();
6969
var termBucket = results.Aggs.Terms("countries");
7070
termBucket.Should().NotBeNull();
7171
termBucket.Items.Should().NotBeEmpty()

0 commit comments

Comments
 (0)