更新 WeChatMsgTest.java

pull/1/head
wangsiyuan 2023-12-12 18:43:56 +08:00
parent e1db480067
commit e1ea384d94
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class WeChatMsgTest {
weChatMsg.setTitle("Example Title"); weChatMsg.setTitle("Example Title");
weChatMsg.setSender("Example Sender"); weChatMsg.setSender("Example Sender");
weChatMsg.setMessage("Example Message"); weChatMsg.setMessage("Example Message");
weChatMsg.setCurrentTime("2023-12-12 18:43:04");
assertFalse(weChatMsg.isInvalid(), "WeChatMsg should be valid when all fields are valid."); assertFalse(weChatMsg.isInvalid(), "WeChatMsg should be valid when all fields are valid.");
} }