Skip to content

Commit

Permalink
test(flattened nested objects): adjust expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
KevRiver committed Dec 17, 2024
1 parent c67459e commit 6c430cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func TestFlatteningNestedObjects_simple(t *testing.T) {
Kvs: []*typesv1.KV{
{
Key: "storage.from",
Value: typesv1.ValTime(time.Date(2024, 10, 29, 5, 47, 0, 0, time.UTC)),
Value: typesv1.ValStr(time.Date(2024, 10, 29, 5, 47, 0, 0, time.UTC).Format(time.RFC3339)),
},
},
},
Expand Down

0 comments on commit 6c430cf

Please sign in to comment.