/internal/importer/importer_test.go: remove skipped tests

This commit is contained in:
Test
2026-01-21 13:40:06 -08:00
parent b849f598d7
commit 0a9bcc2dd0
+1 -11
View File
@@ -811,17 +811,7 @@ func TestImportIssues_Labels(t *testing.T) {
} }
} }
func TestGetOrCreateStore_ExistingStore(t *testing.T) { // NOTE: getOrCreateStore was removed; importer now requires an initialized store.
t.Skip("getOrCreateStore removed: importer now requires a store")
}
func TestGetOrCreateStore_NewStore(t *testing.T) {
t.Skip("getOrCreateStore removed: importer now requires a store")
}
func TestGetOrCreateStore_EmptyPath(t *testing.T) {
t.Skip("getOrCreateStore removed: importer now requires a store")
}
func TestImportIssues_RequiresStore(t *testing.T) { func TestImportIssues_RequiresStore(t *testing.T) {
ctx := context.Background() ctx := context.Background()