mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typos
See gh-2019
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ public class ExpressionStateTests extends AbstractExpressionTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testNoVariableInteference() {
|
||||
public void testNoVariableInterference() {
|
||||
ExpressionState state = getState();
|
||||
TypedValue typedValue = state.lookupVariable("foo");
|
||||
assertEquals(TypedValue.NULL, typedValue);
|
||||
|
||||
Reference in New Issue
Block a user