From 83a6d9244925758c4cc36dcaa194f99ef90a8942 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 13 Dec 2022 13:30:31 -0800 Subject: [PATCH] fix tests for additional timestamps --- tests/fixtures/generic/cbt-multiple-rows-raw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fixtures/generic/cbt-multiple-rows-raw.json b/tests/fixtures/generic/cbt-multiple-rows-raw.json index 8f17f235..d3cbc63c 100644 --- a/tests/fixtures/generic/cbt-multiple-rows-raw.json +++ b/tests/fixtures/generic/cbt-multiple-rows-raw.json @@ -1 +1 @@ -[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp":"1970-01-01T01:00:00","value":"baz2"}]}] +[{"key":"foo","cells":[{"column_family":"foo","column":"bar","timestamp_iso":"1970-01-01T01:00:00","timestamp_epoch":32400,"timestamp_epoch_utc":null,"value":"baz1"}]},{"key":"bar","cells":[{"column_family":"foo","column":"bar","timestamp_iso":"1970-01-01T01:00:00","timestamp_epoch":32400,"timestamp_epoch_utc":null,"value":"baz2"}]}]