From b0914f2645d5fc3be6760082285a87464be4de77 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 1 Dec 2017 18:13:21 +1100 Subject: [PATCH] Improve issue #211 test name --- issue211_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue211_test.go b/issue211_test.go index 8a0d8b3b..4a412e82 100644 --- a/issue211_test.go +++ b/issue211_test.go @@ -13,7 +13,7 @@ import ( "github.com/anacrolix/torrent/storage" ) -func TestDropTorrentWhileHashing(t *testing.T) { +func TestDropTorrentWithMmapStorageWhileHashing(t *testing.T) { cfg := TestingConfig() // Ensure the data is present when the torrent is added, and not obtained // over the network as the test runs. -- 2.44.0