mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
test is fixed
This commit is contained in:
parent
2e07462d77
commit
94de2e813c
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ describe Event do
|
|||
new_event.submitter = submitter
|
||||
new_event.speakers = [speaker1, speaker2]
|
||||
|
||||
expect(new_event.speaker_names).to eq 'user speaker 1 and user speaker 2'
|
||||
expect(new_event.speaker_names).to eq 'user speaker 1, user speaker 2'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue