umzug: Fix test (#17250)

This commit is contained in:
Andy
2017-06-16 09:02:01 -07:00
committed by GitHub
parent aa3a920d34
commit 04221e07e2
+1 -1
View File
@@ -82,7 +82,7 @@ var AnotherUmzug = new Umzug({
// A function that receives and returns the to be executed function.
// This can be used to modify the function.
wrap: function (fun : Function) { return fun; }
wrap: <T>(fun: T) => fun,
}
});