diff --git a/bob/ip/binseg/test/test_summary.py b/bob/ip/binseg/test/test_summary.py
index 512bb93f2bc5f0f5f599b5b6cefebe6eab663e75..1afb03bc38527ea05f382e4fca32723fbd9be72b 100644
--- a/bob/ip/binseg/test/test_summary.py
+++ b/bob/ip/binseg/test/test_summary.py
@@ -42,7 +42,7 @@ class Tester(unittest.TestCase):
         self.assertIsInstance(param, int)
 
     def test_summary_resunet(self):
-        model = resunet()
+        model = resunet50()
         s, param = summary(model)
         self.assertIsInstance(s, str)
         self.assertIsInstance(param, int)