Skip to content

Commit 8b772a3

Browse files
committed
Updated passed arguments in compile function when compiling libraries.
1 parent b729b73 commit 8b772a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/libraries/test_libraries.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ class TestLibraryExamples(SeleniumTestCase):
88
def test_compile_all_libraries(self):
99
"""Tests that all library examples compile successfully."""
1010
self.compile_all_sketches('/libraries', '.accordion li a',
11-
logfile=LIBRARIES_TEST_LOGFILE)
11+
logfile=LIBRARIES_TEST_LOGFILE,
12+
compile_type='library', create_report=True, comment=True)

0 commit comments

Comments
 (0)