Compare commits

...

1 Commits

Author SHA1 Message Date
12324ba60d v0.0.622 fix tests
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
2026-01-09 07:01:41 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
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()
return
mr, err := New("TODO", "TODO").
mr, err := New("TODO").
Title("Hello Test").
Content("This is a test / goext").
Send(context.Background())