Remove unneeded return type change

This commit is contained in:
JohnGuilding
2023-04-29 09:10:15 +01:00
parent cd010324a5
commit 4d170f73dd

View File

@@ -52,7 +52,7 @@ export const aggregationStrategyDefaultTestConfig: AggregationStrategyConfig = {
export default class Fixture {
static test(
name: string,
fn: (fx: Fixture) => Promise<void> | void,
fn: (fx: Fixture) => Promise<void>,
) {
Deno.test({
name,