Skip to content

Commit 88a4d46

Browse files
Fix exception type in token refresh e2e test
1 parent 81a4a99 commit 88a4d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/test/DeviceTokenRefreshE2ETests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
33

44
using Microsoft.Azure.Devices.Client;
5-
using Microsoft.Azure.Devices.Common.Exceptions;
5+
using Microsoft.Azure.Devices.Client.Exceptions;
66
using Microsoft.VisualStudio.TestTools.UnitTesting;
77
using System;
88
using System.Diagnostics;

0 commit comments

Comments
 (0)