/internal/importer/importer_test.go: remove skipped tests
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user