Skip to content

Commit 2e221e0

Browse files
committed
Update test description
1 parent 409999d commit 2e221e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/attribute_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def create_attribute(model, name)
4444
assert_equal %w{id a}, Domain::Attribute.from_model(Domain.new, Foo).map(&:name)
4545
end
4646

47-
test "from_model should return attributes with PK first if sort is false and prepend_primary is true" do
47+
test "from_model should return attributes with PK first if prepend_primary is true" do
4848
RailsERD.options[:sort] = true
4949
RailsERD.options[:prepend_primary] = true
5050

0 commit comments

Comments
 (0)