Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 5, 2024
1 parent 4305a7b commit 5946f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/R3.Tests/FactoryTests/ObservePropertyTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void DoubleNestedPropertyChanging()
class ChangesProperty : INotifyPropertyChanged, INotifyPropertyChanging
{
private int _value;
private ChangesProperty _innerPropertyChanged;
private ChangesProperty _innerPropertyChanged = default!;

public event PropertyChangedEventHandler? PropertyChanged;
public event PropertyChangingEventHandler? PropertyChanging;
Expand Down

0 comments on commit 5946f5e

Please sign in to comment.