Skip to content

Commit

Permalink
Missed one!
Browse files Browse the repository at this point in the history
  • Loading branch information
Term1nal committed Dec 21, 2016
1 parent b814e84 commit e9a24bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage_actions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func TestStorageActions_List(t *testing.T) {
t.Errorf("StorageActions.List returned error: %v", err)
}

expected := []Action{Action{Status: "in-progress"}}
expected := []Action{{Status: "in-progress"}}
if !reflect.DeepEqual(actions, expected) {
t.Errorf("StorageActions.List returned %+v, expected %+v", actions, expected)
}
Expand Down

0 comments on commit e9a24bf

Please sign in to comment.