Skip to content
Snippets Groups Projects
Commit 8013787d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix tests

parent db311b9b
No related branches found
No related tags found
No related merge requests found
Pipeline #1788 failed
......@@ -16,7 +16,7 @@ class TestMeaningOfLife(TestCase):
"""Tests for the bar module"""
def test_meaning_of_life(self):
assert 1 == whats_the_meaning_of_life()
assert 42 == whats_the_meaning_of_life()
def test_meaning_of_life_with_one_core(self):
assert 1 == whats_the_meaning_of_life(n_cores=1)
assert 42 == whats_the_meaning_of_life(n_cores=1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment