- Issue created by @dcam
- Status changed to Needs review
over 1 year ago 4:59pm 26 August 2023 - last update
over 1 year ago 147 pass - πΊπΈUnited States dcam
This patch changes the data provider to send the GUIDs of the items we expect to be imported instead of only the count of expected items. The test then adds another assertion to check that items with those GUIDs were created. The existing assertion continues to ensure that the total number of items matches the number expected.
I also moved the processor instantiation to the setUp() method. I don't remember why I decided not to do this when I initially wrote the test. For some reason I thought it was a bad idea. But doing this will reduce code duplication when other test functions are eventually added.
- Status changed to RTBC
over 1 year ago 2:43am 7 September 2023 - last update
over 1 year ago 147 pass - Status changed to Fixed
over 1 year ago 3:32am 7 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.