Skip to content

Commit

Permalink
fixed test after response change
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Apr 11, 2024
1 parent 17390c0 commit a525dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function tests(): void
}, [], StopExecution::class);
Buffer::$startBufferIndex = $oldIndex;
$this->assertSame(200, http_response_code());
$this->assertSame('{"toastMessages":[],"errorMessages":{"test":"Error"},"buffer":""}', Buffer::get());
$this->assertSame('{"toastMessages":[],"errorMessages":{"test":"Error"},"content":""}', Buffer::get());
FileUtils::deleteDirectory(FileUtils::getUserdataFilepath("storablefile", true));
}

Expand Down

0 comments on commit a525dd9

Please sign in to comment.