v0.0.622 fix tests
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s

This commit is contained in:
2026-01-09 07:01:41 +01:00
parent a032d09ea2
commit 12324ba60d
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ func TestSendSCN(t *testing.T) {
t.Skip()
return
mr, err := New("TODO", "TODO").
mr, err := New("TODO").
Title("Hello Test").
Content("This is a test / goext").
Send(context.Background())