Skip to content

Commit

Permalink
Fix template arguments for Accession Lookup for older compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Nov 26, 2024
1 parent b64a75a commit 43c5568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/taxonomy/accession_lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TEST( Taxonomy, AccessionLookup )
ASSERT_TRUE( taxon != nullptr );

// Create a lookup for the taxonomy
auto lookup = AccessionLookup();
auto lookup = AccessionLookup<>();
lookup.add( "ABCD.1", taxon );

// Perform a lookup by full name
Expand Down

0 comments on commit 43c5568

Please sign in to comment.