Skip to content

Commit

Permalink
Typo in parallel test name
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Dec 5, 2019
1 parent da808f0 commit 3250b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/container/test_php_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_meminfo_is_loaded(host):
assert 'meminfo' in host.run('php -m').stdout

@pytest.mark.php_zts
def test_paralle_is_loaded(host):
def test_parallel_is_loaded(host):
assert 'parallel' in host.run('php -m').stdout

@pytest.mark.php_nts
Expand Down

0 comments on commit 3250b49

Please sign in to comment.