diff options
Diffstat (limited to 'SendGrid/Tests/Tests.csproj')
-rwxr-xr-x | 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 cd43bd1..c75563a 100755 --- a/SendGrid/Tests/Tests.csproj +++ b/SendGrid/Tests/Tests.csproj @@ -59,7 +59,7 @@ <Compile Include="TestSendgridMessageSetup.cs" />
<Compile Include="TestTreeNode.cs" />
<Compile Include="TestUtils.cs" />
- <Compile Include="Transport\TestREST.cs" />
+ <Compile Include="Transport\TestWeb.cs" />
<Compile Include="Transport\TestSMTP.cs" />
</ItemGroup>
<ItemGroup>
|