Add dummy test function in msg_test.go

Introduce a new, empty test function `TestMsg_ToIgnoreInvalid` in `msg_test.go` to accommodate future test cases. This commit also aligns a comment for better readability.
This commit is contained in:
Winni Neessen 2024-10-25 17:43:59 +02:00
parent 1ea7b173c6
commit 8b6a7927ef
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -1494,6 +1494,10 @@ func TestMsg_AddToFormat(t *testing.T) {
})
}
func TestMsg_ToIgnoreInvalid(t *testing.T) {
}
/*
// TestNewMsgWithMiddleware tests WithMiddleware