Skip to content

Commit dbb6f10

Browse files
committed
Tidied directives
1 parent b847c07 commit dbb6f10

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/SendGrid.Tests/Integration.cs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
using SendGrid.Helpers.Reliability;
2-
3-
namespace SendGrid.Tests
1+
namespace SendGrid.Tests
42
{
5-
using Helpers.Mail;
3+
using SendGrid.Helpers.Mail;
64
using Newtonsoft.Json;
75
using System;
86
using System.Collections.Generic;
@@ -12,8 +10,8 @@ namespace SendGrid.Tests
1210
using System.Threading.Tasks;
1311
using Xunit;
1412
using System.Threading;
15-
using System.Text;
1613
using Xunit.Abstractions;
14+
using SendGrid.Helpers.Reliability;
1715

1816
public class IntegrationFixture : IDisposable
1917
{

0 commit comments

Comments
 (0)