2
0

Use enum-generated scopes/queries for BulkImport (#29975)

This commit is contained in:
Matt Jankowski
2024-04-18 06:13:35 -04:00
committed by GitHub
parent 630572323f
commit 11e0049b08
6 changed files with 9 additions and 9 deletions

View File

@@ -281,7 +281,7 @@ RSpec.describe Form::Import do
end
it 'defaults to unconfirmed true' do
expect(bulk_import.unconfirmed?).to be true
expect(bulk_import.state_unconfirmed?).to be true
end
end
end