From 803b83c0006dcbf1c762361da294791ff8ece7e5 Mon Sep 17 00:00:00 2001 From: Phil Schalm Date: Tue, 6 Feb 2024 01:23:49 -0800 Subject: [PATCH] Fix test url spelling --- test/fixtures/attributes.html.erb | 2 +- test/fixtures/attributes.html.expected.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/attributes.html.erb b/test/fixtures/attributes.html.erb index 5a06523..1b35932 100644 --- a/test/fixtures/attributes.html.erb +++ b/test/fixtures/attributes.html.erb @@ -6,5 +6,5 @@ (max-width: 1000px) 800px, 1200px" data-autocomplete-min-length-value=2 - data-short-url="//test.ccom/?q=v" + data-short-url="//test.com/?q=v" data-long-url="https://google.ca/this-is-a-long-url-with-a-query-string?query=something"> diff --git a/test/fixtures/attributes.html.expected.erb b/test/fixtures/attributes.html.expected.erb index 33e0200..14bee4d 100644 --- a/test/fixtures/attributes.html.expected.erb +++ b/test/fixtures/attributes.html.expected.erb @@ -4,6 +4,6 @@ srcset="image-480w.jpg 480w, image-800w.jpg 800w, image-1200w.jpg 1200w" sizes="(max-width: 600px) 480px, (max-width: 1000px) 800px, 1200px" data-autocomplete-min-length-value="2" - data-short-url="//test.ccom/?q=v" + data-short-url="//test.com/?q=v" data-long-url="https://google.ca/this-is-a-long-url-with-a-query-string?query=something" >