Changed project uri

This commit is contained in:
Martino Ferrari
2026-01-23 11:46:59 +01:00
parent 4379960835
commit 99bd5bffdd
35 changed files with 100 additions and 100 deletions

View File

@@ -4,9 +4,9 @@ import (
"strings"
"testing"
"github.com/marte-dev/marte-dev-tools/internal/index"
"github.com/marte-dev/marte-dev-tools/internal/parser"
"github.com/marte-dev/marte-dev-tools/internal/validator"
"github.com/marte-community/marte-dev-tools/internal/index"
"github.com/marte-community/marte-dev-tools/internal/parser"
"github.com/marte-community/marte-dev-tools/internal/validator"
)
func TestSignalsContentValidation(t *testing.T) {