Skip to content

Commit 866619d

Browse files
authored
Update SQLlibTests.cls
1 parent 1e36e50 commit 866619d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/ClassModules/SQLlibTests.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Private Sub Configure()
4040
Set TestRunner = CreateTestRunner()
4141

4242
' Pass this object to the runner so it has access to the necessary data
43-
Set TestRunner.TestConfig = New MatrixTestConfig
43+
Set TestRunner.TestConfig = New SQLlibTests
4444
End Sub
4545

4646
Private Sub Run()

0 commit comments

Comments
 (0)