Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Add a test for a query without any predicate #568

Open
gaurav opened this issue Aug 19, 2022 · 0 comments
Open

Add a test for a query without any predicate #568

gaurav opened this issue Aug 19, 2022 · 0 comments
Labels

Comments

@gaurav
Copy link
Member

gaurav commented Aug 19, 2022

This code is supposed to replace a missing predicate with biolink:related_to:

case None => Some(List(BiolinkPredicate("related_to")))
case Some(Nil) => Some(List(BiolinkPredicate("related_to")))

I'd like to make sure this is working correctly.

@gaurav gaurav added the testing label Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant