Skip to content

Commit cea61f5

Browse files
committed
repairted test on number of bootstraps
1 parent 0b81c78 commit cea61f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_all_bootstraps(self):
147147
returns the expected values, which should be: `empty", `service_only`,
148148
`webview` and `sdl2`
149149
"""
150-
expected_bootstraps = {"empty", "service_only", "webview", "sdl2"}
150+
expected_bootstraps = {"empty", "service_only", "service_library", "webview", "sdl2"}
151151
set_of_bootstraps = Bootstrap.all_bootstraps()
152152
self.assertEqual(
153153
expected_bootstraps, expected_bootstraps & set_of_bootstraps

0 commit comments

Comments
 (0)