Skip to content

Commit 21f058e

Browse files
committed
feat(csharp): add C# support to validation checks in runCts.ts
1 parent 939a414 commit 21f058e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cts/runCts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ export async function runCts(
158158
assertChunkWrapperValid(languages.length - skip('dart'));
159159
assertValidReplaceAllObjects(languages.length - skip('dart'));
160160
assertValidReplaceAllObjectsWithTransformation(
161-
only('javascript') + only('go') + only('python') + only('java') + only('php'),
161+
only('javascript') + only('go') + only('python') + only('java') + only('php') + only('csharp'),
162162
);
163163
assertValidAccountCopyIndex(only('javascript'));
164164
assertValidReplaceAllObjectsFailed(languages.length - skip('dart'));
165165
assertValidReplaceAllObjectsScopes(languages.length - skip('dart'));
166166
assertValidWaitForApiKey(languages.length - skip('dart'));
167-
assertPushMockValid(only('javascript') + only('go') + only('python') + only('java') + only('php'));
167+
assertPushMockValid(only('javascript') + only('go') + only('python') + only('java') + only('php') + only('csharp'));
168168
}
169169
if (withBenchmarkServer) {
170170
printBenchmarkReport();

0 commit comments

Comments
 (0)