Skip to content

Commit

Permalink
Re-enable commented out test
Browse files Browse the repository at this point in the history
Now that eiffel-community/eiffel#284 has been
merged all the examples in the protocol git work (and we obviously have
to update the submodule link to point to that commit).
  • Loading branch information
magnusbaeck committed Oct 26, 2021
1 parent 336521c commit 096507c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions events_test_roundtripdata.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ var eventRoundTripTestTable = []struct {
{"protocol/examples/events/EiffelActivityTriggeredEvent/simple-customdata.json", &ActivityTriggeredV3{}},
{"protocol/examples/events/EiffelActivityTriggeredEvent/simple.json", &ActivityTriggeredV3{}},
{"protocol/examples/events/EiffelAnnouncementPublishedEvent/simple.json", &AnnouncementPublishedV3{}},
// Commenting out the following example until https://github.com/eiffel-community/eiffel/pull/284 has been merged.
// {"protocol/examples/events/EiffelArtifactCreatedEvent/backend.json", &ArtifactCreatedV3{}},
{"protocol/examples/events/EiffelArtifactCreatedEvent/backend.json", &ArtifactCreatedV3{}},
{"protocol/examples/events/EiffelArtifactCreatedEvent/dependent.json", &ArtifactCreatedV3{}},
{"protocol/examples/events/EiffelArtifactCreatedEvent/interface.json", &ArtifactCreatedV3{}},
{"protocol/examples/events/EiffelArtifactCreatedEvent/simple.json", &ArtifactCreatedV3{}},
Expand Down
2 changes: 1 addition & 1 deletion protocol

0 comments on commit 096507c

Please sign in to comment.