Skip to content

Commit

Permalink
Update specs after multi user update
Browse files Browse the repository at this point in the history
  • Loading branch information
noracato committed Apr 29, 2024
1 parent 444987d commit 6bbdc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/inspect/gqueries_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let(:admin) { FactoryBot.create :admin }
let(:owner) { FactoryBot.create :user }
let(:scenario) { FactoryBot.create(:scenario, owner: owner) }
let(:scenario) { FactoryBot.create(:scenario, user: owner) }
let!(:gquery) { Gquery.get('bar_demand') }

describe "GET index" do
Expand Down

0 comments on commit 6bbdc3f

Please sign in to comment.