Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
database-introspection: Have hyphen in schema name in order to test this
Browse files Browse the repository at this point in the history
  • Loading branch information
aknuds1 committed Aug 22, 2019
1 parent c4c66a3 commit e989fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::path::Path;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::{Arc, Mutex};

const SCHEMA: &str = "DatabaseInspectorTest";
const SCHEMA: &str = "DatabaseInspector-Test";

static IS_SETUP: AtomicBool = AtomicBool::new(false);

Expand Down

0 comments on commit e989fca

Please sign in to comment.