Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrietc52 committed Aug 29, 2024
1 parent 5e6ff43 commit abb201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/sequencescape_excel/specialised_field_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ def self.name
it 'will be not be valid' do
expect(sf_dual_index_tag_set).not_to be_valid
expect(sf_dual_index_tag_set.errors.full_messages.join).to include(
"could not find a Tag Set with name 'bananas'."
"could not find a visible dual index Tag Set with name 'bananas'."
)
end
end
Expand Down

0 comments on commit abb201c

Please sign in to comment.