We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3c25e commit e1f8ef2Copy full SHA for e1f8ef2
mobile-app/integration_test/test_runner/curriculum_tests.dart
@@ -22,7 +22,11 @@ void main() {
22
// Setup the test environment with constants and functions
23
await setupLocator();
24
25
- List<String> publicSBs = ['responsive-web-design-v9', 'javascript-v9'];
+ List<String> publicSBs = [
26
+ 'responsive-web-design-v9',
27
+ 'javascript-v9',
28
+ 'python-v9'
29
+ ];
30
31
String curriculumFilePath = 'assets/learn/curriculum.json';
32
String curriculumFile = await rootBundle.loadString(curriculumFilePath);
0 commit comments