diff --git a/types/umzug/umzug-tests.ts b/types/umzug/umzug-tests.ts index aab3ad24c5..650c4fdfbf 100644 --- a/types/umzug/umzug-tests.ts +++ b/types/umzug/umzug-tests.ts @@ -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: (fun: T) => fun, } });