Skip to content

Commit 593a19b

Browse files
KirchoKirevrichmolj
authored andcommitted
Fix single quote usage warning
1 parent f952c24 commit 593a19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/rails/persistence_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ def self.name
781781
},
782782
{
783783
type: "teams",
784-
'temp-id': 'team1',
784+
'temp-id': "team1",
785785
attributes: {name: "Team 1"}
786786
}
787787
]

0 commit comments

Comments
 (0)