Skip to content

Commit

Permalink
removed a bad relation
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Sep 7, 2024
1 parent a411075 commit da5287f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions assetdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,6 @@ func createRelations(assets []*types.Asset, db *AssetDB) []*types.Relation {
panic(err)
}
relations = append(relations, relation)
relation, err = db.repository.Link(assets[11], "port", assets[8])
if err != nil {
panic(err)
}
relations = append(relations, relation)

return relations
}
Expand Down

0 comments on commit da5287f

Please sign in to comment.