Skip to content

Commit e1f8ef2

Browse files
committed
test(tests): add 'python-v9' to the list of public superblocks in curriculum tests
1 parent ee3c25e commit e1f8ef2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mobile-app/integration_test/test_runner/curriculum_tests.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ void main() {
2222
// Setup the test environment with constants and functions
2323
await setupLocator();
2424

25-
List<String> publicSBs = ['responsive-web-design-v9', 'javascript-v9'];
25+
List<String> publicSBs = [
26+
'responsive-web-design-v9',
27+
'javascript-v9',
28+
'python-v9'
29+
];
2630

2731
String curriculumFilePath = 'assets/learn/curriculum.json';
2832
String curriculumFile = await rootBundle.loadString(curriculumFilePath);

0 commit comments

Comments
 (0)