Browse Source

Revert unit test changes.

pull/2895/head
Jumar Macato 7 years ago
parent
commit
3549f00fcb
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 4
      tests/Avalonia.Animation.UnitTests/TransitionsTests.cs
  2. 2
      tests/Avalonia.LeakTests/TransitionTests.cs

4
tests/Avalonia.Animation.UnitTests/TransitionsTests.cs

@ -23,7 +23,7 @@ namespace Avalonia.Animation.UnitTests
{
var border = new Border
{
Transitions = new Transitions
Transitions =
{
new DoubleTransition
{
@ -51,7 +51,7 @@ namespace Avalonia.Animation.UnitTests
{
var border = new Border
{
Transitions = new Transitions
Transitions =
{
new DoubleTransition
{

2
tests/Avalonia.LeakTests/TransitionTests.cs

@ -27,7 +27,7 @@ namespace Avalonia.LeakTests
{
var border = new Border
{
Transitions = new Transitions
Transitions =
{
new DoubleTransition
{

Loading…
Cancel
Save