test: fix problem with message keeping value past test

This commit is contained in:
Slug-Boi
2025-05-30 09:51:26 +02:00
committed by Theis
parent 5207f17284
commit bbf6137ddd
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
Test content
+2
View File
@@ -689,6 +689,8 @@ func Test_CommitAppender(t *testing.T) {
t.Errorf("CommitAppender() = %v;\nwant:\n%v", appendedMessage, expectedMessage) t.Errorf("CommitAppender() = %v;\nwant:\n%v", appendedMessage, expectedMessage)
} }
message = ""
} }
// Commit tests END // Commit tests END