Skip to content

Commit

Permalink
Update src/test/java/com/spotify/confidence/FeatureProviderTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Nicklas Lundin <[email protected]>
  • Loading branch information
vahidlazio and nicklasl authored Jan 31, 2024
1 parent 3a48def commit 29e42e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public void regularResolveWithoutTargetingKey() {
}

@Test
public void regularResolveWith2TargetingKey() {
public void regularResolveWith2TargetingKeyShouldPrioritiseApiOverMap() {

mockResolve(
(ResolveFlagsRequest, streamObserver) -> {
Expand Down

0 comments on commit 29e42e2

Please sign in to comment.