Skip to content

Commit e864b09

Browse files
Add documentation test folder (#7273) (#7281)
Co-authored-by: Steve Gordon <[email protected]>
1 parent 9bbf1ea commit e864b09

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// Licensed to Elasticsearch B.V under one or more agreements.
2+
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
3+
// See the LICENSE file in the project root for more information.
4+
5+
namespace Tests.Documentation;
6+
7+
public abstract class DocumentationTestBase
8+
{
9+
public static readonly ElasticsearchClient Client = new(new ElasticsearchClientSettings(new InMemoryConnection()).DisableDirectStreaming());
10+
}

0 commit comments

Comments
 (0)