Skip to content

Commit

Permalink
Remove an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Nov 15, 2023
1 parent a142208 commit 10bb7b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/fixtures/fixtures.go
Expand Up @@ -16,12 +16,6 @@ import (
"github.com/planetary-social/nos-crossposting-service/service/domain/sessions"
)

func Context(tb testing.TB) context.Context {
ctx, cancelFunc := context.WithCancel(context.Background())
tb.Cleanup(cancelFunc)
return ctx
}

func somePrivateKeyHex() string {
return nostr.GeneratePrivateKey()
}
Expand Down

0 comments on commit 10bb7b4

Please sign in to comment.