From 1c5412c53065c611354d3d6f9cb7f94be0df52f8 Mon Sep 17 00:00:00 2001 From: A Googler Date: Tue, 20 Feb 2024 05:42:31 -0800 Subject: [PATCH] Add env.expect.that_value to the changelog. PiperOrigin-RevId: 608571898 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e9bb8..023b301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ to use the factory parameter each time you want to retrieve the provider. instead, you now write `analysis_test(..., provider_subject_factories = [ type = FooInfo, name = "FooInfo", factory = FooSubjectFactory])`. + * Add `env.expect.that_value(Foo(...), factory=FooSubjectFactory)`. + This allows you to do expectations on an arbitrary value of any type. ## [0.5.0] - 2023-10-04