Skip to content

Commit cedcd06

Browse files
committed
chore: code style
1 parent 7b5d823 commit cedcd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-ajax.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function test_sql_save_chart_subscriber() {
285285
$_GET['chart'] = '1';
286286

287287
$_POST['params'] = array(
288-
'query' => "SELECT * FROM wp_posts LIMIT 1",
288+
'query' => 'SELECT * FROM wp_posts LIMIT 1',
289289
);
290290
try {
291291
// Trigger the AJAX action
@@ -313,7 +313,7 @@ public function test_sql_save_chart_admin() {
313313
$_GET['chart'] = '1';
314314

315315
$_POST['params'] = array(
316-
'query' => "SELECT * FROM wp_posts LIMIT 1",
316+
'query' => 'SELECT * FROM wp_posts LIMIT 1',
317317
);
318318
try {
319319
// Trigger the AJAX action

0 commit comments

Comments
 (0)