Skip to content

Commit 37b54f2

Browse files
committed
Move HashMapTrieNodeTest.kt to tests.implementations.map package
1 parent 31597ce commit 37b54f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonTest/src/implementations/list/HashMapTrieNodeTest.kt renamed to core/commonTest/src/implementations/map/HashMapTrieNodeTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Use of this source code is governed by the Apache 2.0 License that can be found in the LICENSE.txt file.
44
*/
55

6-
package tests.implementations.list
6+
package tests.implementations.map
77

88
import kotlinx.collections.immutable.implementations.immutableMap.LOG_MAX_BRANCHING_FACTOR
99
import kotlinx.collections.immutable.implementations.immutableMap.MAX_SHIFT

0 commit comments

Comments
 (0)