Skip to content

Commit

Permalink
skip integration test - fix with #215
Browse files Browse the repository at this point in the history
  • Loading branch information
DumbergerL committed Jul 31, 2024
1 parent 80c7406 commit c83b446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Requests/SongCommentRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class SongCommentRequestTest extends TestCaseAuthenticated
protected function setUp(): void
{
parent::setUp();
$this->markTestSkipped('Broken implementation of churchtools todo in #215');
$this->arrangementId = IntegrationTestData::getFilterAsInt("get_song_comments", "song_arrangement_id");
$this->markTestSkipped('Broken implementation of churchtools todo in #215');
}

public function testGetSongArrangement()
Expand Down

0 comments on commit c83b446

Please sign in to comment.