Skip to content

Commit 771d8fe

Browse files
committed
Modify tests to use BpfObject instead
1 parent cbe019c commit 771d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
def test_main():
55
assert m.__version__ == "0.0.5"
6-
prog = m.BpfProgram("tests/execve2.o")
6+
prog = m.BpfObject("tests/execve2.o")
77
print(prog)

0 commit comments

Comments
 (0)