fixing test after field rename (#3530)

This commit is contained in:
Chris Hoffman 2017-11-03 10:29:42 -04:00 committed by GitHub
parent 5aac027469
commit 83ea47f706
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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{