mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-07 12:08:14 +00:00
DEV: Fix specs flakyness (#160)
This commit is contained in:
parent
bac43572cb
commit
a9403561ef
@ -17,7 +17,7 @@ describe 'Data Explorer rake tasks' do
|
||||
end
|
||||
|
||||
def hidden_queries
|
||||
DataExplorer::Query.where(hidden: true)
|
||||
DataExplorer::Query.where(hidden: true).order(:id)
|
||||
end
|
||||
|
||||
describe 'data_explorer' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user