Skip to content

Commit 92e8b27

Browse files
committed
Fixed tests for xAPI v1.0.3
1 parent 4c152e3 commit 92e8b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TinCanTests/StatementTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void TestEmptyCtr()
4646
Assert.IsNull(obj.timestamp);
4747
Assert.IsNull(obj.stored);
4848

49-
StringAssert.AreEqualIgnoringCase("{\"version\":\"1.0.1\"}", obj.ToJSON());
49+
StringAssert.AreEqualIgnoringCase("{\"version\":\"1.0.3\"}", obj.ToJSON());
5050
}
5151

5252
[Test]

0 commit comments

Comments
 (0)