From 9de5ef249a253c03722cd13f102bc0f38c3745fc Mon Sep 17 00:00:00 2001
From: garion0000 <michele.garioni@unibas.ch>
Date: Wed, 8 Dec 2021 11:28:22 +0100
Subject: [PATCH] fix: update module name

---
 tests/test_sampleinput.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_sampleinput.py b/tests/test_sampleinput.py
index 3f81651..c03630f 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):
-- 
GitLab