Skip to content

Commit

Permalink
Add env.expect.that_value to the changelog.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608571898
  • Loading branch information
A Googler authored and Blaze Rules Copybara committed Feb 20, 2024
1 parent 220fb65 commit 1c5412c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c5412c

Please sign in to comment.