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", "")