We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b847c07 commit dbb6f10Copy full SHA for dbb6f10
tests/SendGrid.Tests/Integration.cs
@@ -1,8 +1,6 @@
1
-using SendGrid.Helpers.Reliability;
2
-
3
-namespace SendGrid.Tests
+namespace SendGrid.Tests
4
{
5
- using Helpers.Mail;
+ using SendGrid.Helpers.Mail;
6
using Newtonsoft.Json;
7
using System;
8
using System.Collections.Generic;
@@ -12,8 +10,8 @@ namespace SendGrid.Tests
12
10
using System.Threading.Tasks;
13
11
using Xunit;
14
using System.Threading;
15
- using System.Text;
16
using Xunit.Abstractions;
+ using SendGrid.Helpers.Reliability;
17
18
public class IntegrationFixture : IDisposable
19
0 commit comments