File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- "github.com/mrz1836/go-broadcast/internal/gh"
1110 "gopkg.in/yaml.v3"
11+
12+ "github.com/mrz1836/go-broadcast/internal/gh"
1213)
1314
1415// PR metadata extraction errors
Original file line number Diff line number Diff line change @@ -5,9 +5,10 @@ import (
55 "testing"
66 "time"
77
8- "github.com/mrz1836/go-broadcast/internal/gh"
98 "github.com/stretchr/testify/assert"
109 "github.com/stretchr/testify/require"
10+
11+ "github.com/mrz1836/go-broadcast/internal/gh"
1112)
1213
1314func TestExtractEnhancedPRMetadata (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ import (
44 "strings"
55 "testing"
66
7- "github.com/mrz1836/go-broadcast/internal/config"
87 "github.com/sirupsen/logrus"
98 "github.com/stretchr/testify/assert"
9+
10+ "github.com/mrz1836/go-broadcast/internal/config"
1011)
1112
1213// TestPRStatisticsAccuracy tests the fix for PR statistics showing incorrect numbers
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ import (
44 "strings"
55 "testing"
66
7- "github.com/mrz1836/go-broadcast/internal/config"
87 "github.com/sirupsen/logrus"
98 "github.com/stretchr/testify/assert"
9+
10+ "github.com/mrz1836/go-broadcast/internal/config"
1011)
1112
1213// TestOriginalPRIssueScenario simulates the original issue from PR #23:
You can’t perform that action at this time.
0 commit comments