Skip to content

Commit 73b620b

Browse files
author
Frank Natividad
committed
Changed %{} to %Q{} to be more explicit.
1 parent c0586e7 commit 73b620b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/spec/quickstart_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def wait_until times: 5, delay: 1, &condition
4343
end
4444

4545
def test_log_entries
46-
@logging.entries filter: %{logName:"#{@log_name}"}, order: "timestamp desc"
46+
@logging.entries filter: %Q{logName:"#{@log_name}"}, order: "timestamp desc"
4747
end
4848

4949
it "logs a new entry" do

0 commit comments

Comments
 (0)