Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed May 2, 2024
1 parent b807e19 commit 19d5432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/local_function_module_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_local_function_module(self):
self.assertEqual(len(specs), 1)
info = specs[0]['info']
self.assertEqual(info['function_id'], 'powerpoint_to_genome')
self.assertEqual(info['git_commit_hash'], 'a01e1a20b9c504a0136c75323b00b1cd4c7f7970')
self.assertEqual(info['git_commit_hash'], 'a8915afe6811de9199897d710348befad8f6f7ab')
self.assertEqual(info['module_name'], 'GenomeToPowerpointConverter')
self.assertEqual(info['name'], 'Powerpoint to Genome')
self.assertEqual(info['release_tag'], ['dev'])
Expand Down

0 comments on commit 19d5432

Please sign in to comment.