From a14089f109851a9f5dfb2dc0e4b9b4dd91eec0f6 Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 20 Jul 2018 21:30:50 +0100 Subject: [PATCH] Rename --- .../com/muwire/core/files/PersisterServiceLoadingTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/test/groovy/com/muwire/core/files/PersisterServiceLoadingTest.groovy b/core/src/test/groovy/com/muwire/core/files/PersisterServiceLoadingTest.groovy index b210f8ee..a379eaa9 100644 --- a/core/src/test/groovy/com/muwire/core/files/PersisterServiceLoadingTest.groovy +++ b/core/src/test/groovy/com/muwire/core/files/PersisterServiceLoadingTest.groovy @@ -13,7 +13,7 @@ import groovy.json.JsonOutput import groovy.util.GroovyTestCase import net.i2p.data.Base32 -class PersisterServiceTest { +class PersisterServiceLoadingTest { class Listener { def publishedFiles = []