Skip to content

Commit 597255c

Browse files
committed
fix: add back the odin project
1 parent 5f54da7 commit 597255c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mobile-app/integration_test/test_runner/curriculum_tests.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ void main() {
2525
List<String> publicSBs = [
2626
'responsive-web-design-v9',
2727
'javascript-v9',
28-
'python-v9'
28+
'python-v9',
29+
'the-odin-project',
2930
];
3031

3132
String curriculumFilePath = 'assets/learn/curriculum.json';

0 commit comments

Comments
 (0)