Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Commit

Permalink
Corrected location of UID definition
Browse files Browse the repository at this point in the history
  • Loading branch information
W. van Kuipers committed Dec 8, 2016
1 parent 0187975 commit e1be450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ class MochaAdapter {

if (params.payload) {
message.title = params.payload.title
message.uid = params.payload.title
message.parent = params.payload.parent ? params.payload.parent.title : null

/**
Expand Down Expand Up @@ -209,7 +210,6 @@ class MochaAdapter {
let message = this.formatMessage({type: event, payload, err})

message.cid = this.cid
message.uid = payload.title
message.specs = this.specs
message.event = event
message.runner = {}
Expand Down

0 comments on commit e1be450

Please sign in to comment.