From 8b6a7927efaabdb05102696b8925864a4d9e4f9e Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Fri, 25 Oct 2024 17:43:59 +0200 Subject: [PATCH] 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. --- msg_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/msg_test.go b/msg_test.go index 75c5ca3..565eaff 100644 --- a/msg_test.go +++ b/msg_test.go @@ -1494,6 +1494,10 @@ func TestMsg_AddToFormat(t *testing.T) { }) } +func TestMsg_ToIgnoreInvalid(t *testing.T) { + +} + /* // TestNewMsgWithMiddleware tests WithMiddleware