Skip to content

Commit 66c89d3

Browse files
committed
Fix pie test name
1 parent d009361 commit 66c89d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/container/test_pie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@pytest.mark.php_zts
44
@pytest.mark.php_nts
5-
def test_make_works(host):
5+
def test_pie_works(host):
66
output = host.run('pie')
77
assert u'🥧 PHP Installer for Extensions (PIE) 1.' in output.stdout
88
assert output.stderr == ''

0 commit comments

Comments
 (0)