We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a1265 commit 0cd4c56Copy full SHA for 0cd4c56
src/Tests/SQLiteSupportTests.cs
@@ -23,8 +23,11 @@ public void CanUseSQLite()
23
result.Successful.ShouldBe(true);
24
}
25
26
+ /// <summary>
27
+ /// Test for https://github.com/DbUp/dbup-sqlite/issues/2
28
+ /// </summary>
29
[Fact]
- public void DoesNotExhibitSafeHandleError_Issue577()
30
+ public void DoesNotExhibitSafeHandleError()
31
{
32
var connectionString = "Data source=:memory:";
33
0 commit comments