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

@@ -1,5 +1,5 @@
package goext package goext
const GoextVersion = "0.0.621" const GoextVersion = "0.0.622"
const GoextVersionTimestamp = "2026-01-08T23:04:46+0100" const GoextVersionTimestamp = "2026-01-09T07:01:41+0100"

View File

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