From 0cd4c56f13969a91e80597f2df02ca3fee560f36 Mon Sep 17 00:00:00 2001 From: Robert Wagner Date: Mon, 29 Jul 2024 16:37:11 +1000 Subject: [PATCH] Added link to the Issue --- src/Tests/SQLiteSupportTests.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Tests/SQLiteSupportTests.cs b/src/Tests/SQLiteSupportTests.cs index 5174ffb..c861ec1 100644 --- a/src/Tests/SQLiteSupportTests.cs +++ b/src/Tests/SQLiteSupportTests.cs @@ -23,8 +23,11 @@ public void CanUseSQLite() result.Successful.ShouldBe(true); } + /// + /// Test for https://github.com/DbUp/dbup-sqlite/issues/2 + /// [Fact] - public void DoesNotExhibitSafeHandleError_Issue577() + public void DoesNotExhibitSafeHandleError() { var connectionString = "Data source=:memory:";