chore: reorder imports in allanime client test

This commit is contained in:
2026-05-13 12:42:58 +02:00
parent ba75d0c22c
commit 344317c7e8

View File

@@ -4,8 +4,8 @@ import (
"context" "context"
"crypto/aes" "crypto/aes"
"encoding/json" "encoding/json"
"testing"
"mal/internal/domain" "mal/internal/domain"
"testing"
) )
func TestDecodeSourceURL(t *testing.T) { func TestDecodeSourceURL(t *testing.T) {