Commit 9c3eeed7 authored by Nick Craver's avatar Nick Craver

Tests: cleanup on expiry tests

More dupe runs issues.
parent 79a56849
......@@ -88,6 +88,9 @@ public void TestBasicExpiryDateTime(bool disablePTimes, bool utc)
Assert.NotNull(time);
Assert.True(time > resultOffset + TimeSpan.FromMinutes(89) && time <= resultOffset + TimeSpan.FromMinutes(90));
Assert.Null(muxer.Wait(e));
// Cleanup
conn.KeyDelete(key, CommandFlags.FireAndForget);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment