Fix testing.nu import of std log (#12392)

# Description

`use std/log.nu` does not work, have to `use std log`

# User-Facing Changes

Fix the testing script. Bug fix.
This commit is contained in:
Devyn Cairns 2024-04-05 18:29:19 -07:00 committed by GitHub
parent 00b576b7f1
commit 0884d1a5ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
use std/log.nu
use std log
def "nu-complete threads" [] {
seq 1 (sys|get cpu|length)