diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-04 13:34:25 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-04-24 10:55:50 -0300 |
commit | 716798ebdad95fcc5670228917ff2ef92c82ee25 (patch) | |
tree | 5e7f623786ea709a20d4221c61f5077ea1e55723 /test/unit/data/things | |
parent | a025f7036f1447e8e282f74ffbc30795e82f46da (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 |