Skip to content

Commit

Permalink
fixing test after field rename (#3530)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishoffman authored Nov 3, 2017
1 parent f3fd22d commit a3a7815
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helper/storagepacker/storagepacker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ func TestStoragePacker_SerializeDeserializeComplexItem(t *testing.T) {

alias1 := &identity.Alias{
ID: "alias_id",
EntityID: "entity_id",
CanonicalID: "canonical_id",
MountType: "mount_type",
MountAccessor: "mount_accessor",
Metadata: map[string]string{
"aliasmkey": "aliasmvalue",
},
Name: "alias_name",
CreationTime: timeNow,
LastUpdateTime: timeNow,
MergedFromEntityIDs: []string{"merged_from_entity_id"},
Name: "alias_name",
CreationTime: timeNow,
LastUpdateTime: timeNow,
MergedFromCanonicalIDs: []string{"merged_from_canonical_id"},
}

entity := &identity.Entity{
Expand Down

0 comments on commit a3a7815

Please sign in to comment.