Skip to content

Commit 2bb1b46

Browse files
committed
fixing tests
1 parent a48905e commit 2bb1b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/parser_test.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::collections::HashMap;
22

3-
use flagfile::ast::Atom;
4-
use flagfile::eval::Context;
5-
use flagfile::{self, eval::eval, parse::parse};
3+
use flagfile_lib::ast::Atom;
4+
use flagfile_lib::eval::Context;
5+
use flagfile_lib::{self, eval::eval, parse::parse};
66

77
#[test]
88
fn test_hashmap_into() {

0 commit comments

Comments
 (0)