summaryrefslogtreecommitdiffstats
path: root/transform/chain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'transform/chain_test.go')
-rw-r--r--transform/chain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transform/chain_test.go b/transform/chain_test.go
index af3ae61d6..78b288e97 100644
--- a/transform/chain_test.go
+++ b/transform/chain_test.go
@@ -30,7 +30,7 @@ func TestChainZeroTransformers(t *testing.T) {
}
}
-func TestChaingMultipleTransformers(t *testing.T) {
+func TestChainingMultipleTransformers(t *testing.T) {
f1 := func(ct FromTo) error {
_, err := ct.To().Write(bytes.Replace(ct.From().Bytes(), []byte("f1"), []byte("f1r"), -1))
return err