Skip to content

Commit 8b0edb5

Browse files
committed
adding dart to test whitelist
1 parent 9e675e6 commit 8b0edb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SDKTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function testHTTPSuccess()
182182
throw new \Exception('Failed to fetch spec from Appwrite server');
183183
}
184184

185-
$whitelist = ['php', 'java', 'node', 'ruby', 'python', 'typescript', 'deno', 'dotnet'];
185+
$whitelist = ['php', 'java', 'node', 'ruby', 'python', 'typescript', 'deno', 'dotnet', 'dart'];
186186

187187
foreach ($this->languages as $language => $options) {
188188
if(!empty($whitelist) && !in_array($language, $whitelist)) {

0 commit comments

Comments
 (0)