Skip to content

Commit 77f82d3

Browse files
Fix tests.
1 parent 546c744 commit 77f82d3

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

tests/Notifo.SDK.UnitTests/NotificationDtoExtensionsTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// All rights reserved. Licensed under the MIT license.
66
// ==========================================================================
77

8+
using System;
9+
using System.Collections.Generic;
810
using Notifo.SDK.Extensions;
911
using Xunit;
1012

tests/Notifo.SDK.UnitTests/SlidingSetTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// All rights reserved. Licensed under the MIT license.
66
// ==========================================================================
77

8+
using System.Linq;
89
using Newtonsoft.Json;
910
using Notifo.SDK.Helpers;
1011
using Xunit;

tests/Notifo.SDK.UnitTests/StringExtensionsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// All rights reserved. Licensed under the MIT license.
66
// ==========================================================================
77

8+
using System.Linq;
89
using Notifo.SDK.Extensions;
910
using Xunit;
1011

0 commit comments

Comments
 (0)