From d8ca87057bdf209fee2b1f89dc582552a90a64f7 Mon Sep 17 00:00:00 2001
From: Matthias <matthias.mair@oewf.org>
Date: Sat, 4 Dec 2021 04:07:47 +0100
Subject: [PATCH] cover another line

---
 InvenTree/part/test_part.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/InvenTree/part/test_part.py b/InvenTree/part/test_part.py
index 009798b6ff..94ad4c695a 100644
--- a/InvenTree/part/test_part.py
+++ b/InvenTree/part/test_part.py
@@ -517,3 +517,7 @@ class PartNotificationTest(BaseNotificationIntegrationTest):
 
     def test_notification(self):
         self._notification_run()
+
+        # Try again -> cover the already send line
+        self.part.save()
+