Skip to content

Commit

Permalink
Issue #SC-000 : Fix the test case for older date (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiKotla authored and amorphous-1 committed Dec 10, 2019
1 parent 4f5e28d commit 21eceb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ public class EventFixture {
" \"index_type\": \"events_v1\"\n" +
" },\n" +
" \"@timestamp\": \"2019-06-02T17:21:35.546Z\",\n" +
" \"ets\": 1559495257141,\n" +
" \"ets\": 1923128704000,\n" +
" \"context\": {\n" +
" \"channel\": \"in.tnpilot\",\n" +
" \"env\": \"Genie\",\n" +
Expand Down

0 comments on commit 21eceb0

Please sign in to comment.