diff options
-rw-r--r-- | SendGrid/Tests/Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Tests/Tests.csproj b/SendGrid/Tests/Tests.csproj index 431250f..5d52226 100644 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -95,7 +95,7 @@ <ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TestSendgrid.cs" />
- <Compile Include="Transport\TestWeb.cs" />
+ <Compile Include="Transport\TestWebApi.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config">
|