From c744704b635215e48d981210661504fca4dbb93c Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Mon, 27 Mar 2023 08:21:03 -0600 Subject: [PATCH] test happy swap --- src/device/input/parse/v01/server_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/device/input/parse/v01/server_test.go b/src/device/input/parse/v01/server_test.go index bcb6e8e..b131efa 100644 --- a/src/device/input/parse/v01/server_test.go +++ b/src/device/input/parse/v01/server_test.go @@ -205,6 +205,10 @@ func TestServeGM(t *testing.T) { }) t.Run("shuffle", func(t *testing.T) { + t.Error("not impl") + }) + + t.Run("swap", func(t *testing.T) { t.Run("happy", func(t *testing.T) { v01 := NewV01(ctx, nil) v01.cfg.Quiet = true @@ -227,10 +231,6 @@ func TestServeGM(t *testing.T) { }) }) - t.Run("swap", func(t *testing.T) { - t.Error("not impl") - }) - t.Run("404", func(t *testing.T) { v01 := NewV01(ctx, nil) resp := do(v01, "/gm/teehee", "")