branch: elpa/go-mode
commit 0ed3c5227e7f622589f1411b4939c3ee34711ebd
Author: Dominik Honnef <domi...@honnef.co>
Commit: Dominik Honnef <domi...@honnef.co>

    Fix duplicate test name
---
 test/go-fill-paragraph-test.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/go-fill-paragraph-test.el b/test/go-fill-paragraph-test.el
index 6a4a8306dd..1d8253c79d 100644
--- a/test/go-fill-paragraph-test.el
+++ b/test/go-fill-paragraph-test.el
@@ -67,7 +67,7 @@ func main() {
 }"
    ))
 
-(ert-deftest go--fill-paragraph-block-region ()
+(ert-deftest go--fill-paragraph-block-region-1 ()
   (go--should-fill
    "
 func main() {
@@ -139,7 +139,7 @@ func main() {
 }"
    ))
 
-(ert-deftest go--fill-paragraph-block-region ()
+(ert-deftest go--fill-paragraph-block-region-2 ()
   (go--should-fill
    "
 func main() {

Reply via email to