FailedChanges

Summary

  1. tsk4-5: Adds `publishedAt` field handling to Story dataset and matcher (details)
Commit 36a8870ae347963547418ad015594ceb6e1fb7d1 by devpablogg
tsk4-5: Adds `publishedAt` field handling to Story dataset and matcher
The publishedAt field was added to the Story entity, but related test
utilities and datasets were not updated to reflect this new attribute.
This caused inconsistencies between the entity definition and the test
data.
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
The file was modifiedtests/src/main/resources/stories.xml
The file was modifiedtests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/IsEqualToStory.java