v0.0.622 fix tests
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m38s
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user