We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bd00c commit 698b6dbCopy full SHA for 698b6db
1 file changed
src/testing/unit/OpenStackNetTests.cs
@@ -8,6 +8,11 @@ namespace OpenStack
8
{
9
public class OpenStackNetTests : IDisposable
10
11
+ public OpenStackNetTests()
12
+ {
13
+ OpenStackNet.ResetDefaults();
14
+ }
15
+
16
public void Dispose()
17
18
OpenStackNet.ResetDefaults();
0 commit comments