更新 WeChatMsgTest.java
parent
09835f490e
commit
391686628e
|
|
@ -13,6 +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("dqdd");
|
||||||
|
|
||||||
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