Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: kill websocket.Notification #707

Merged
merged 1 commit into from
Oct 14, 2016
Merged

fix: kill websocket.Notification #707

merged 1 commit into from
Oct 14, 2016

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Oct 13, 2016

this was now dead code only misused by tests

closes #706

@@ -51,6 +51,20 @@
"content-encoding": "aesgcm",
"TTL": "60",
}
dummy_chid = str(uuid.uuid4())
dummy_uaid = str(uuid.uuid4())
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dummy_uaid is only used once. Does it need to be a string or can it stay a UUID?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

..was thinking similarly but our other tests' dummy uuids are strs. but let's move that way anyway

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and now we can use it

@codecov-io
Copy link

codecov-io commented Oct 13, 2016

Current coverage is 100% (diff: 100%)

Merging #707 into master will not change coverage

@@           master   #707   diff @@
====================================
  Files          48     48          
  Lines        9764   9767     +3   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits         9764   9767     +3   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update 85ed155...04fb15f

Copy link
Member

@jrconlin jrconlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

this was now dead code only misused by tests

closes #706
@bbangert bbangert merged commit e564a97 into master Oct 14, 2016
@bbangert bbangert deleted the fix/706 branch October 14, 2016 00:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove websocket.Notification
4 participants