summaryrefslogtreecommitdiffstats
path: root/gateway/gateway_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'gateway/gateway_test.go')
-rw-r--r--gateway/gateway_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/gateway_test.go b/gateway/gateway_test.go
index 2d1a1065..21700588 100644
--- a/gateway/gateway_test.go
+++ b/gateway/gateway_test.go
@@ -533,7 +533,7 @@ func (s *ignoreTestSuite) TestIgnoreNicks() {
func BenchmarkTengo(b *testing.B) {
msg := &config.Message{Username: "user", Text: "blah testing", Account: "protocol.account", Channel: "mychannel"}
for n := 0; n < b.N; n++ {
- err := modifyMessageTengo("bench.tengo", msg)
+ err := modifyInMessageTengo("bench.tengo", msg)
if err != nil {
return
}