Skip to content

Commit

Permalink
Update import_distribution_state_machine_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 14, 2025
1 parent e2006c9 commit 2cd124a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/import_distribution_state_machine_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

class ImportDistributionStateMachineTest < ActiveSupport::TestCase
test "states" do
assert_equal(ImportDistributionStateMachine.states, %w[created mapped imported success failed])
assert_equal(ImportDistributionStateMachine.states, %w[created imported success failed])
end
end

0 comments on commit 2cd124a

Please sign in to comment.