Skip to content

Commit

Permalink
docs: KipSQL -> FnckSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Jan 28, 2024
1 parent 80f6ac0 commit 650ab8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqllogictest/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async fn main() {
let path = Path::new(env!("CARGO_MANIFEST_DIR")).join("..").join("..");
std::env::set_current_dir(path).unwrap();

println!("KipSQL Test Start!\n");
println!("FnckSQL Test Start!\n");

for slt_file in glob::glob(SLT_PATTERN).expect("failed to find slt files") {
let temp_dir = TempDir::new().expect("unable to create temporary working directory");
Expand Down

0 comments on commit 650ab8b

Please sign in to comment.