File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
library/src/test/java/com/digi/xbee/api/connection Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2017-2019 , Digi International Inc.
2+ * Copyright 2017-2022 , Digi International Inc.
33 *
44 * This Source Code Form is subject to the terms of the Mozilla Public
55 * License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -1015,7 +1015,7 @@ public final void testAddIPDataReceiveListenerExistingListener() {
10151015
10161016 reader .addIPDataReceiveListener (l );
10171017
1018- ArrayList <IIOSampleReceiveListener > list = Whitebox .getInternalState (reader , "ipDataReceiveListeners" );
1018+ ArrayList <IIPDataReceiveListener > list = Whitebox .getInternalState (reader , "ipDataReceiveListeners" );
10191019 assertThat (list .size (), is (equalTo (1 )));
10201020 assertThat (list .contains (l ), is (equalTo (true )));
10211021
You can’t perform that action at this time.
0 commit comments