Fix wrong spec assertion?

pull/6846/head
Oliver Günther 6 years ago
parent d41e1563f2
commit a93ac2960f
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      spec/features/work_packages/table/queries/me_filter_spec.rb

@ -114,7 +114,7 @@ describe 'filter me value', js: true do
split_screen.expect_and_dismiss_notification message: 'Successful creation.'
wp = WorkPackage.last
expect(wp.assigned_to_id).to eq(wp_admin.id)
expect(wp.assigned_to_id).to eq(admin.id)
end
end
end

Loading…
Cancel
Save