Skip to content

Commit

Permalink
Use nonempty version string in AnVIL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Oct 27, 2023
1 parent bdc7405 commit 2481692
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
56 changes: 28 additions & 28 deletions test/indexer/data/826dea02-e274-affe-aabc-eb3db63ad068.results.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/indexer/test_anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class AnvilIndexerTestCase(IndexerTestCase, TDRAnvilPluginTestCase):
def bundles(cls) -> list[SourcedBundleFQID]:
return [
cls.bundle_fqid(uuid='826dea02-e274-affe-aabc-eb3db63ad068',
version='')
version='foo')
]

@property
Expand Down
14 changes: 7 additions & 7 deletions test/service/test_response_anvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -170,7 +170,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -526,7 +526,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -887,7 +887,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -1268,7 +1268,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -1644,7 +1644,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down Expand Up @@ -1773,7 +1773,7 @@ def test_entity_indices(self):
'bundles': [
{
'bundleUuid': '826dea02-e274-affe-aabc-eb3db63ad068',
'bundleVersion': ''
'bundleVersion': 'foo'
}
],
'activities': [
Expand Down

0 comments on commit 2481692

Please sign in to comment.