Skip to content

Commit

Permalink
fixed some whitespace issues in auto_scaling tests. Fixed auto_scalin…
Browse files Browse the repository at this point in the history
…g tests formats.
  • Loading branch information
Eric Stonfer committed Feb 23, 2012
1 parent d659003 commit 4e21866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/fog/aws/models/auto_scaling/activity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Activity < Fog::Model
attribute :auto_scaling_group_name, :aliases => 'AutoScalingGroupName'
attribute :cause, :aliases => 'Cause'
attribute :description, :aliases => 'Description'
attribute :end_time, :aliases => 'EndTime'
attribute :end_time, :aliases => 'EndTime'
attribute :progress, :aliases => 'Progress'
attribute :start_time, :aliases => 'StartTime'
attribute :status_code, :aliases => 'StatusCode'
Expand Down
4 changes: 2 additions & 2 deletions tests/aws/requests/auto_scaling/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ module Formats
ACTIVITY = {
'ActivityId' => String,
'AutoScalingGroupName' => String,
'Cause' => String,
'Cause' => Fog::Nullable::String,
'Description' => String,
'EndTime' => Time,
'Progress' => Integer,
'StartTime' => Time,
'StatusCode' => String,
'StatusMessage' => String
'StatusMessage' => Fog::Nullable::String
}

ALARM = {
Expand Down

0 comments on commit 4e21866

Please sign in to comment.