Skip to content

Commit

Permalink
SOLR-17623: small improvements on test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoh committed Jan 29, 2025
1 parent 217a357 commit d5a7172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,6 @@ public void testShallowMap() {
public void testShallowMapReturningItSelf() {
SimpleOrderedMap<String> simpleOrderedMap = new SimpleOrderedMap<>();
Map<String, String> shallowMap = simpleOrderedMap.asShallowMap();
assertTrue(shallowMap instanceof SimpleOrderedMap<String>);
assertSame(simpleOrderedMap, shallowMap);
}
}

0 comments on commit d5a7172

Please sign in to comment.