Skip to content

Commit

Permalink
Update global usings in BookmarkSync.Infrastructure.Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake committed Aug 21, 2023
1 parent 55bfbad commit e4878e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions tests/BookmarkSync.Infrastructure.Tests/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
global using BookmarkSync.Core.Configuration;
global using BookmarkSync.Infrastructure.Services.Bookmarking;
global using BookmarkSync.Infrastructure.Services.Bookmarking.LinkAce;
global using BookmarkSync.Infrastructure.Services.Bookmarking.Linkding;
global using BookmarkSync.Infrastructure.Services.Bookmarking.Pinboard;
global using Microsoft.Extensions.Configuration;
global using Microsoft.VisualStudio.TestTools.UnitTesting;
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using BookmarkSync.Infrastructure.Services.Bookmarking.Linkding;

namespace BookmarkSync.Infrastructure.Tests.Services;

[TestClass]
Expand Down

0 comments on commit e4878e1

Please sign in to comment.