This commit is contained in:
Dimitrij Denissenko
2026-03-04 10:21:59 +00:00
parent b74f92ed28
commit 494953fb78
2 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -12,14 +12,13 @@ import (
"errors"
"fmt"
"path/filepath"
"regexp"
"strings"
"sync"
"sync/atomic"
"time"
"unicode/utf8"
"regexp"
"github.com/sipeed/picoclaw/pkg/bus"
"github.com/sipeed/picoclaw/pkg/channels"
"github.com/sipeed/picoclaw/pkg/config"
+4 -4
View File
@@ -24,10 +24,10 @@ func TestGroqTranscriberName(t *testing.T) {
func TestDetectTranscriber(t *testing.T) {
tests := []struct {
name string
cfg *config.Config
wantNil bool
wantName string
name string
cfg *config.Config
wantNil bool
wantName string
}{
{
name: "no config",