更新 WeChatMsgTest.java
parent
e1db480067
commit
e1ea384d94
|
|
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue