Skip to content

Commit

Permalink
from src.rda_python_template.hello_world
Browse files Browse the repository at this point in the history
  • Loading branch information
zaihuaji committed Jan 15, 2025
1 parent d877cf2 commit ecb8180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hello_world.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test_hello_world.py

import pytest
from rda_python_template.hello_world import get_string
from src.rda_python_template.hello_world import get_string

def test_get_string():
assert get_string('Bob') == 'Bob: Hello World!'
Expand Down

0 comments on commit ecb8180

Please sign in to comment.