Skip to content

Commit

Permalink
update test for priority
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxmele committed Oct 31, 2017
1 parent e1639c3 commit 6b8235c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/lib/urbanairship/push/payload_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
extra: { more: 'stuff' },
expiry: 'time',
category: 'test',
priority: 5,
interactive: {
type: 'a_type',
button_actions: {
Expand All @@ -95,6 +96,7 @@
extra: { more: 'stuff' },
expiry: 'time',
category: 'test',
priority: 5,
interactive: {
type: 'a_type',
button_actions: {
Expand Down

0 comments on commit 6b8235c

Please sign in to comment.