Skip to content

Commit

Permalink
Fixed invalid import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kal committed May 3, 2020
1 parent cddcdbf commit fd59bfa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dotNetRDF.Data.Virtuoso.Tests/Storage/Async/BaseAsyncTests.cs
Expand Up @@ -26,13 +26,10 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading;
using VDS.RDF.Core;
using Xunit;
using VDS.RDF.Parsing;
using VDS.RDF.Query;
using VDS.RDF.Storage;

namespace VDS.RDF.Storage
{
Expand All @@ -51,7 +48,6 @@ public abstract class BaseAsyncTests
/// Method to be implemented by derived classes to obtain the storage provider to test
/// </summary>
/// <returns></returns>
/// <r
protected abstract IAsyncStorageProvider GetAsyncProvider();

protected void Fail(IAsyncStorageProvider provider, String msg)
Expand Down

0 comments on commit fd59bfa

Please sign in to comment.