Skip to content

Commit

Permalink
update changelog fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wynged committed Jan 19, 2021
1 parent 78e0759 commit 57a357d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## 0.8.2
### Fixed
- `Deserialization of profiles created in UpdateRepresentation`
- Fixed #483 `Deserialization of profiles created in UpdateRepresentation`


## 0.8.1

Expand Down
4 changes: 2 additions & 2 deletions Elements/test/UserElementTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public void CreateCustomElement()
Assert.Empty(errors);
var newUe = newModel.AllElementsOfType<TestUserElement>().First();

// plus one because of hte profile that will be added from
// UpdateRepresentation call during serialization
// Plus one because of the profile that will be added from
// UpdateRepresentation() call during serialization.
Assert.Equal(this.Model.Elements.Count + 1, newModel.Elements.Count);

Assert.Equal(ue.Representation.SolidOperations.Count, newUe.Representation.SolidOperations.Count);
Expand Down

0 comments on commit 57a357d

Please sign in to comment.