Moves nip06 tests to the right package.

This commit is contained in:
Vitor Pamplona
2026-03-15 21:32:02 -04:00
parent d426dbd4ff
commit 78ffd5ec6b
2 changed files with 2 additions and 6 deletions
@@ -18,12 +18,9 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package nip06KeyDerivationCommon
package com.vitorpamplona.quartz.nip06KeyDerivation
import com.vitorpamplona.quartz.nip01Core.core.toHexKey
import com.vitorpamplona.quartz.nip06KeyDerivation.Bip32SeedDerivation
import com.vitorpamplona.quartz.nip06KeyDerivation.Bip39Mnemonics
import com.vitorpamplona.quartz.nip06KeyDerivation.KeyPath
import kotlin.test.Test
import kotlin.test.assertEquals
@@ -18,10 +18,9 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package nip06KeyDerivationCommon
package com.vitorpamplona.quartz.nip06KeyDerivation
import com.vitorpamplona.quartz.nip01Core.core.toHexKey
import com.vitorpamplona.quartz.nip06KeyDerivation.Nip06
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals