From 1042bba2ff7bede844bc3eab1ceda0f46239a74b Mon Sep 17 00:00:00 2001 From: Taico Aerts <t.v.aerts@tudelft.nl> Date: Fri, 4 Aug 2023 17:19:44 +0200 Subject: [PATCH] Fix linter errors --- test/system/post_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/post_test.rb b/test/system/post_test.rb index b5a0a1e9c..d99cd266c 100644 --- a/test/system/post_test.rb +++ b/test/system/post_test.rb @@ -18,7 +18,7 @@ class PostTest < ApplicationSystemTestCase visit category_path(category) click_on 'Create Post' - body_text = "When running QPixel, users are generally supposed to be able to create posts. " \ + body_text = 'When running QPixel, users are generally supposed to be able to create posts. ' \ 'Does that actually work?' title_text = 'Can a signed-in user create a post?' -- GitLab