Skip to content

Commit f3374f6

Browse files
committed
Fix test error
1 parent 97313bf commit f3374f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Parse.Tests/EncoderTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ class ParseEncoderTestClass : ParseDataEncoder
2828
protected override IDictionary<string, object> EncodeObject(ParseObject value) => null;
2929
}
3030

31+
[TestInitialize]
32+
public void SetUp()
33+
{
34+
Client.Publicize();
35+
}
36+
3137
[TestMethod]
3238
public void TestIsValidType()
3339
{

0 commit comments

Comments
 (0)