Skip to content

Commit

Permalink
Fixed tests for xAPI v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
reedmclean committed Aug 9, 2018
1 parent 4c152e3 commit 92e8b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TinCanTests/StatementTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void TestEmptyCtr()
Assert.IsNull(obj.timestamp);
Assert.IsNull(obj.stored);

StringAssert.AreEqualIgnoringCase("{\"version\":\"1.0.1\"}", obj.ToJSON());
StringAssert.AreEqualIgnoringCase("{\"version\":\"1.0.3\"}", obj.ToJSON());
}

[Test]
Expand Down

0 comments on commit 92e8b27

Please sign in to comment.