chore: update

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2021-07-04 15:05:47 +08:00
parent 52b70e4a89
commit e1e8532e04
+1 -1
View File
@@ -83,7 +83,7 @@ func TestTemplate(t *testing.T) {
err = plugin.Exec()
assert.Nil(t, err)
//change color for embed message
// change color for embed message
plugin.Config.Color = "#4842f4"
plugin.Commit.Message = "Change embed color to #4842f4"
plugin.Clear()