Skip to content

Commit 8a275cd

Browse files
committed
chore: assertion
1 parent 856d11b commit 8a275cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cts/runCts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export async function runCts(
158158
assertValidReplaceAllObjectsFailed(languages.length - skip('dart'));
159159
assertValidReplaceAllObjectsScopes(languages.length - skip('dart'));
160160
assertValidWaitForApiKey(languages.length - skip('dart'));
161-
assertPushMockValid(only('javascript') + only('go') + only('python'));
161+
assertPushMockValid(only('javascript') + only('go') + only('python') + only('java'));
162162
}
163163
if (withBenchmarkServer) {
164164
printBenchmarkReport();

0 commit comments

Comments
 (0)