|
@@ -17,7 +17,7 @@ func TestColor(t *testing.T) {
|
|
|
for sent, expect = range map[colortext]string{{Text: "One", Color: 1}: "\x0301One\x0f",
|
|
|
{"Two", 2}: "\x0302Two\x0f",
|
|
|
{"Three", 3}: "\x0303Three\x0f"} {
|
|
|
- got = Color(sent.Color, sent.Text)
|
|
|
+ got = ColorString(sent.Color, sent.Text)
|
|
|
if got != expect {
|
|
|
t.Errorf("Got %s, expected %s", got, expect)
|
|
|
}
|