Skip to content

Commit a3fc641

Browse files
GarvinGarvin
authored andcommitted
typo!!
1 parent 4c39080 commit a3fc641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DatatablesParser.Tests/test-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dotnet build
66
echo "Testing connections to test db servers"
77
while ! nc -w 1 mssql 1433 && nc -w 1 mysql 3306 ; do
88
sleep 1;
9-
echo "Test db serers not ready. Trying again"
9+
echo "Test db servers not ready. Trying again"
1010
done
1111
echo "Test DB Servers started"
1212
dotnet test

0 commit comments

Comments
 (0)