Skip to content

Commit 149349b

Browse files
committed
Fix failing convention tests after code gen update
1 parent 4fedf1f commit 149349b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/Tests/CodeStandards/NamingConventions.doc.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace Tests.CodeStandards
99
{
1010
/** # Naming Conventions
11-
*
11+
*
1212
* NEST uses the following naming conventions (with _some_ exceptions).
1313
*/
1414
public class NamingConventions
@@ -111,6 +111,9 @@ public void ParityBetweenRequestsAndResponses()
111111
typeof(CatSegmentsRequest),
112112
typeof(CatShardsRequest),
113113
typeof(CatThreadPoolRequest),
114+
typeof(CatRepositoriesRequest),
115+
typeof(CatSnapshotsRequest),
116+
typeof(IndicesForcemergeRequest),
114117
typeof(DocumentExistsRequest),
115118
typeof(DocumentExistsRequest<>),
116119
typeof(AliasExistsRequest),

0 commit comments

Comments
 (0)