Skip to content

Commit

Permalink
repairted test on number of bootstraps
Browse files Browse the repository at this point in the history
  • Loading branch information
zworkb committed Apr 15, 2020
1 parent 0b81c78 commit cea61f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def test_all_bootstraps(self):
returns the expected values, which should be: `empty", `service_only`,
`webview` and `sdl2`
"""
expected_bootstraps = {"empty", "service_only", "webview", "sdl2"}
expected_bootstraps = {"empty", "service_only", "service_library", "webview", "sdl2"}
set_of_bootstraps = Bootstrap.all_bootstraps()
self.assertEqual(
expected_bootstraps, expected_bootstraps & set_of_bootstraps
Expand Down

0 comments on commit cea61f5

Please sign in to comment.