Skip to content

Commit

Permalink
Fix tags test.
Browse files Browse the repository at this point in the history
  • Loading branch information
scramjet committed Jun 18, 2015
1 parent 2a8e915 commit 6a20147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MPEdnTests/MPEdnWriterTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ - (void) testTags
MPEdnWriter *writer = [MPEdnWriter new];

STAssertEqualObjects ([writer serialiseToEdn: date],
@"#inst \"1972-01-01T12:00:00.000Z\"", @"Serialise");
@"#inst \"1972-01-01T12:00:00.000-00:00\"", @"Serialise");
}

// UUID
Expand Down

0 comments on commit 6a20147

Please sign in to comment.