Skip to content

Commit

Permalink
Fix affected unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AKalinich-Luxoft committed Mar 22, 2018
1 parent fe85cc9 commit a6dde5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"notifications_per_minute_by_priority": {
"EMERGENCY": 60,
"NAVIGATION": 15,
"PROJECTION": 15,
"COMMUNICATION": 6,
"NORMAL": 4,
"NONE": 0
Expand Down
1 change: 1 addition & 0 deletions src/components/application_manager/test/sdl_pt_update.json
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,7 @@
"COMMUNICATION" : 6,
"EMERGENCY" : 60,
"NAVIGATION" : 15,
"PROJECTION": 15,
"NONE" : 0,
"NORMAL" : 4,
"VOICECOMM" : 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"notifications_per_minute_by_priority": {
"EMERGENCY": 60,
"NAVIGATION": 15,
"PROJECTION": 15,
"COMMUNICATION": 6,
"NORMAL": 4,
"NONE": 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"notifications_per_minute_by_priority": {
"EMERGENCY": 60,
"NAVIGATION": 15,
"PROJECTION": 15,
"COMMUNICATION": 6,
"NORMAL": 4,
"NONE": 0
Expand Down

0 comments on commit a6dde5a

Please sign in to comment.