diff --git a/tests/test_sampleinput.py b/tests/test_sampleinput.py
index 3f81651fa79f0e6cedb59c24ec8322141870c9af..c03630f125cf78d3adaf6bb5f5df2a93ce12677e 100644
--- a/tests/test_sampleinput.py
+++ b/tests/test_sampleinput.py
@@ -3,7 +3,7 @@
 import pytest
 import pandas as pd
 
-from src.sampleinput import sample_from_input
+from src.sample_from_input import sample_from_input
 
 
 def test_sampleinput(tmpdir):