Skip to content

Commit c18dfce

Browse files
committed
tests: fix test name
Signed-off-by: Filipe Laíns <lains@riseup.net>
1 parent 7ca831d commit c18dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import environment_helpers.build
99

1010

11-
def test_header_only_library(env, tmp_path, packages, monkeypatch):
11+
def test_extension_with_dependency(env, tmp_path, packages, monkeypatch):
1212
env.install(['pkgconf'])
1313

1414
# Install library package

0 commit comments

Comments
 (0)