Skip to content

Commit

Permalink
Remove empty meta.source from ArtC example event (eiffel-community#284)
Browse files Browse the repository at this point in the history
The backend.json examples for ArtC contained an empty meta.source
member. While technically okay it's uncalled for and can be confusing
for readers. It can also cause problems for tests of code that use
these examples as testdata.
  • Loading branch information
magnusbaeck authored and e-backmark-ericsson committed Apr 13, 2022
1 parent 7e612e7 commit ec1d713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/events/EiffelArtifactCreatedEvent/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"type": "EiffelArtifactCreatedEvent",
"version": "3.0.0",
"time": 1234567890,
"source": {
},
"id": "aaaaaaaa-bbbb-5ccc-8ddd-eeeeeeeeeee0"
},
"data": {
Expand Down

0 comments on commit ec1d713

Please sign in to comment.