Update tests

This commit is contained in:
2026-01-21 17:08:26 +01:00
parent 67322381c3
commit 0a14651835
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
use rand::rngs::StdRng;
use rand::SeedableRng;
use seq::model::forth::{Forth, Rng, StepContext, Value, Variables};
use cagire::model::forth::{Forth, Rng, StepContext, Value, Variables};
use std::collections::HashMap;
use std::sync::{Arc, Mutex};