Skip to content

Commit

Permalink
remove #[ignored] from passing tests (squash into #1094)
Browse files Browse the repository at this point in the history
  • Loading branch information
aljazerzen committed Nov 4, 2022
1 parent 024889f commit 7c57b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prql-compiler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ mod test {
use insta::{assert_display_snapshot, assert_snapshot};

#[test]
#[ignore]
fn test_stdlib() {
assert_snapshot!(compile(r###"
from employees
Expand Down

0 comments on commit 7c57b88

Please sign in to comment.