File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ func (suite *MsgIntegrationTestSuite) TestMessage_Basic() {
9494 false ,
9595 },
9696 {
97- "Only Start Date - Valid " ,
97+ "Only Start Date - Inside Range " ,
9898 fmt .Sprintf (`[{
9999 "ID": "simple",
100100 "Message": "This is a [NOTICE]simple[/RESET] message",
@@ -105,7 +105,7 @@ func (suite *MsgIntegrationTestSuite) TestMessage_Basic() {
105105 true ,
106106 },
107107 {
108- "Only End Date - Valid " ,
108+ "Only End Date - Inside Range " ,
109109 fmt .Sprintf (`[{
110110 "ID": "simple",
111111 "Message": "This is a [NOTICE]simple[/RESET] message",
@@ -142,7 +142,7 @@ func (suite *MsgIntegrationTestSuite) TestMessage_Basic() {
142142 false ,
143143 },
144144 {
145- "Only Start Date - Invalid " ,
145+ "Only Start Date - Outside Range " ,
146146 fmt .Sprintf (`[{
147147 "ID": "simple",
148148 "Message": "This is a [NOTICE]simple[/RESET] message",
@@ -153,7 +153,7 @@ func (suite *MsgIntegrationTestSuite) TestMessage_Basic() {
153153 false ,
154154 },
155155 {
156- "Only End Date - Invalid " ,
156+ "Only End Date - Outside Range " ,
157157 fmt .Sprintf (`[{
158158 "ID": "simple",
159159 "Message": "This is a [NOTICE]simple[/RESET] message",
You can’t perform that action at this time.
0 commit comments