Skip to content

Commit

Permalink
Merge pull request #109 from prplecake/update-global-usings
Browse files Browse the repository at this point in the history
  • Loading branch information
prplecake authored Aug 21, 2023
2 parents 55bfbad + e4878e1 commit 610f1ae
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 610f1ae

Please sign in to comment.