Skip to content

Commit 77d4c18

Browse files
committed
Moved test [skip ci]
1 parent 7142e79 commit 77d4c18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/cohort_analysis_test.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ def test_cohort_time
1111
assert_match "1 cohort", response.body
1212
end
1313

14-
def test_missing_columns
15-
run_query "SELECT 1 /* cohort analysis */", query_id: 1
16-
assert_match "alert-danger", response.body
17-
end
18-
1914
def test_cohort_period_default
2015
query = create_query(statement: "SELECT 1 AS user_id, NOW() AS conversion_time /* cohort analysis */")
2116
get blazer.query_path(query)
2217
assert_response :success
2318
assert_match %{selected="selected" value="week"}, response.body
2419
end
20+
21+
def test_missing_columns
22+
run_query "SELECT 1 /* cohort analysis */", query_id: 1
23+
assert_match "alert-danger", response.body
24+
end
2525
end

0 commit comments

Comments
 (0)