working commit

This commit is contained in:
2026-06-10 18:17:54 +02:00
parent 9d5d9e0607
commit f127de4e3a
10 changed files with 678 additions and 46 deletions
+12
View File
@@ -0,0 +1,12 @@
package test
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestDummy(t *testing.T) {
var err error
require.NoError(t, err)
}