Skip to content

Commit

Permalink
fix: replace module name in compiled testcase (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: msclock <msclock@qq.com>
  • Loading branch information
msclock authored Nov 29, 2024
1 parent 49be8c7 commit 66c425c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from ss_pybind11 import _core
from {{ module_name }} import _core


def test_core_version():
Expand Down

0 comments on commit 66c425c

Please sign in to comment.