Skip to content

Commit e42f5a5

Browse files
committed
Cleanup whitespace
1 parent d0c1a68 commit e42f5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/serializer/link_builder_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_relationships_related_link_for_regular_app
130130

131131
builder = JSONAPI::LinkBuilder.new(config)
132132
source = Api::V1::PersonResource.new(@steve)
133-
relationship = JSONAPI::Relationship::ToMany.new("posts", {})
133+
relationship = JSONAPI::Relationship::ToMany.new("posts", {})
134134
expected_link = "#{ @base_url }/api/v1/people/#{ @steve.id }/posts"
135135

136136
assert_equal expected_link,

0 commit comments

Comments
 (0)