Skip to content

Commit

Permalink
test: Fix a potential flaky test on some systems
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Jun 24, 2019
1 parent d2aeddd commit 827c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bender.Tests/Models/HealthTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void TestRenderVersion1()
var serialized = JsonConvert.SerializeObject(view);
Assert.Equal(JsonConvert.SerializeObject(new
{
started = model.Started.ToString("o")
started = model.Started
}), serialized);
}
}
Expand Down

0 comments on commit 827c3fd

Please sign in to comment.