Skip to content

Commit

Permalink
Fixing provider tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner Andrade committed Apr 12, 2013
1 parent 848c9f3 commit 74a6787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Thunderstruck.Test/Unit/ProviderFactoryTest.cs
Expand Up @@ -16,6 +16,9 @@ public class ProviderFactoryTest
[TestInitialize]
public void Initialize()
{
ProviderFactory.CustomProvider = null;
ProviderFactory.ConnectionFactory = null;

factory = new ProviderFactory();
}

Expand Down

0 comments on commit 74a6787

Please sign in to comment.