Skip to content

Commit 0cd4c56

Browse files
committed
Added link to the Issue
1 parent 77a1265 commit 0cd4c56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Tests/SQLiteSupportTests.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ public void CanUseSQLite()
2323
result.Successful.ShouldBe(true);
2424
}
2525

26+
/// <summary>
27+
/// Test for https://github.com/DbUp/dbup-sqlite/issues/2
28+
/// </summary>
2629
[Fact]
27-
public void DoesNotExhibitSafeHandleError_Issue577()
30+
public void DoesNotExhibitSafeHandleError()
2831
{
2932
var connectionString = "Data source=:memory:";
3033

0 commit comments

Comments
 (0)