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

Commit

Permalink
move validation tests after read and search tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radamson committed Aug 5, 2020
1 parent 2ca89f3 commit 81a0282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/generic/generic_generator.rb
Expand Up @@ -39,8 +39,8 @@ def generate
def generate_sequences
sequence_metadata.each do |metadata|
create_read_test(metadata)
create_profile_validation_test(metadata)
create_search_tests(metadata)
create_profile_validation_test(metadata)
create_interaction_tests(metadata)
generate_sequence(metadata)
end
Expand Down

0 comments on commit 81a0282

Please sign in to comment.