Skip to content

Commit 1ecd821

Browse files
committed
test: update default repo count expectation
1 parent 2ebea62 commit 1ecd821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/config/config_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ func TestDefaultConfig(t *testing.T) {
1313
if len(config.Skills) != 0 {
1414
t.Errorf("Expected empty skills list, got %d", len(config.Skills))
1515
}
16-
if len(config.Repos) != 3 {
17-
t.Errorf("Expected 3 default repos, got %d", len(config.Repos))
16+
if len(config.Repos) != 6 {
17+
t.Errorf("Expected 6 default repos, got %d", len(config.Repos))
1818
}
1919
}
2020

0 commit comments

Comments
 (0)