Skip to content

Commit bbdb422

Browse files
committed
Remove redundant
1 parent 1bcc2aa commit bbdb422

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/SQLite.Tests/SQLCipherTest.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ public void ResetStringKey ()
166166
}
167167

168168
using (var db = new TestDb (path, key: reKey)) {
169-
path = db.DatabasePath;
170-
171169
var r = db.Table<TestTable> ().First ();
172170

173171
Assert.AreEqual ("Hello", r.Value);
@@ -194,8 +192,6 @@ public void ResetByteKey ()
194192
}
195193

196194
using (var db = new TestDb (path, key: reKey)) {
197-
path = db.DatabasePath;
198-
199195
var r = db.Table<TestTable> ().First ();
200196

201197
Assert.AreEqual ("Hello", r.Value);

0 commit comments

Comments
 (0)