Skip to content

Commit 1412ea3

Browse files
committed
Rename tests
1 parent 975776b commit 1412ea3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/integration/msg_int_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)