about summary refs log tree commit diff stats
path: root/t/00-basic.rakutest
diff options
context:
space:
mode:
Diffstat (limited to 't/00-basic.rakutest')
-rw-r--r--t/00-basic.rakutest3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/00-basic.rakutest b/t/00-basic.rakutest
index a119847..9731395 100644
--- a/t/00-basic.rakutest
+++ b/t/00-basic.rakutest
@@ -1,6 +1,7 @@
 use Test;
 
-plan 2;
+plan 3;
 
 use-ok 'Fornax::CLI';
 use-ok 'Fornax::Hex2RGB';
+use-ok 'Fornax::GenerateFrame';