Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrnjica committed Apr 20, 2019
1 parent 7be7af5 commit 1c60476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/anndotnet.unit/tests/Test_CNTK_Value.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void ValueObject_test02()

GC.Collect();
Assert.True(value.IsValid);
Assert.Equal(3, value.Shape.Dimensions.First());
Assert.Equal(3, value.Shape.Dimensions.Last());

}
}
Expand Down

0 comments on commit 1c60476

Please sign in to comment.