Skip to content

Commit ecb8180

Browse files
author
zaihuaji
committed
from src.rda_python_template.hello_world
1 parent d877cf2 commit ecb8180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# test_hello_world.py
22

33
import pytest
4-
from rda_python_template.hello_world import get_string
4+
from src.rda_python_template.hello_world import get_string
55

66
def test_get_string():
77
assert get_string('Bob') == 'Bob: Hello World!'

0 commit comments

Comments
 (0)