#!/usr/bin/env bash
#
# Generated by: https://github.com/swagger-api/swagger-codegen.git
#

echo "[INFO] Build the solution and run the unit test"
dotnet test src/Square.Connect.Test/Square.Connect.Test.csproj -v n
