Skip to content

Commit

Permalink
Rubocop: Fix Style/StringLiterals
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Feb 3, 2024
1 parent a367bb0 commit e8d400e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_ilios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_ractor
float: 6.78,
double: 9.10,
boolean: true,
text: "hello world",
text: 'hello world',
timestamp: Time.now
}
)
Expand Down

0 comments on commit e8d400e

Please sign in to comment.