diff --git a/tests/test_tagplot.py b/tests/test_tagplot.py
index cb71137911a71cccc28e348985a6f8973273f664..e08084fbd4b5cfc563e0f169c77ade1acd29b159 100644
--- a/tests/test_tagplot.py
+++ b/tests/test_tagplot.py
@@ -6,7 +6,7 @@ Unittests for tagplot
 
 import unittest
 import matplotlib.pyplot as plt
-from tagplot import tagplot
+from plotid.tagplot import tagplot
 
 # Constants for tests
 FIG1 = plt.figure()