diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-04 13:34:25 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-01 07:06:03 -0300 |
commit | 06fd68f0305c11d450f2c97fddac88056b8bfc6b (patch) | |
tree | 4d43bb6e0fdbf97cd266180f727b8b25daf44d39 /test/unit/data/things | |
parent | e83945ad63acd5d0c89a3e066ce4224351d3745d (diff) |
test: fix import in validators test
Diffstat (limited to 'test/unit/data/things')
-rw-r--r-- | test/unit/data/things/validators.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/data/things/validators.js b/test/unit/data/things/validators.js index 11134a90..eeb2465e 100644 --- a/test/unit/data/things/validators.js +++ b/test/unit/data/things/validators.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {showAggregate} from '#sugar'; +import {showAggregate} from '#aggregate'; import { // Basic types |