Skip to content

Commit f169563

Browse files
committed
Less semicolons.
1 parent 2c1d7c3 commit f169563

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

tests.ps1

+12-12
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ $baseDir = Split-Path -Parent $PSCommandPath
1313

1414
$FirebirdConfiguration = @{
1515
FB50 = @{
16-
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z';
17-
Executable = '.\firebird.exe';
18-
Args = @('-a');
19-
};
16+
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb50.7z'
17+
Executable = '.\firebird.exe'
18+
Args = @('-a')
19+
}
2020
FB40 = @{
21-
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z';
22-
Executable = '.\firebird.exe';
23-
Args = @('-a');
24-
};
21+
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb40.7z'
22+
Executable = '.\firebird.exe'
23+
Args = @('-a')
24+
}
2525
FB30 = @{
26-
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z';
27-
Executable = '.\firebird.exe';
28-
Args = @('-a');
29-
};
26+
Download = 'https://github.com/FirebirdSQL/NETProvider-tests-infrastructure/raw/master/fb30.7z'
27+
Executable = '.\firebird.exe'
28+
Args = @('-a')
29+
}
3030
}
3131

3232
$testsBaseDir = "$baseDir\src\FirebirdSql.Data.FirebirdClient.Tests"

0 commit comments

Comments
 (0)