Skip to content

Commit

Permalink
Added link to the Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jul 29, 2024
1 parent 77a1265 commit 0cd4c56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Tests/SQLiteSupportTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ public void CanUseSQLite()
result.Successful.ShouldBe(true);
}

/// <summary>
/// Test for https://github.com/DbUp/dbup-sqlite/issues/2
/// </summary>
[Fact]
public void DoesNotExhibitSafeHandleError_Issue577()
public void DoesNotExhibitSafeHandleError()
{
var connectionString = "Data source=:memory:";

Expand Down

0 comments on commit 0cd4c56

Please sign in to comment.