Skip to content

Commit

Permalink
Load author_addresses fixtures for ActiveRecordMessagePackTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fatkodima committed Oct 11, 2023
1 parent 452c9f6 commit 17609f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/message_pack_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require "active_record/message_pack"

class ActiveRecordMessagePackTest < ActiveRecord::TestCase
fixtures :posts, :comments, :authors
fixtures :posts, :comments, :authors, :author_addresses

test "enshrines type IDs" do
expected = {
Expand Down

0 comments on commit 17609f4

Please sign in to comment.