Skip to content

Commit fa75a30

Browse files
committed
Remove redundant test
1 parent cc87e84 commit fa75a30

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

tests/ConvertKitAPITest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,20 +1878,6 @@ public function testUpdateSnippetWithInvalidSnippetID()
18781878
$this->api->update_snippet(12345);
18791879
}
18801880

1881-
/**
1882-
* Test that delete_snippet() throws a ClientException when an invalid
1883-
* snippet ID is specified.
1884-
*
1885-
* @since 2.5.0
1886-
*
1887-
* @return void
1888-
*/
1889-
public function testDeleteSnippetWithInvalidSnippetID()
1890-
{
1891-
$this->expectException(ClientException::class);
1892-
$this->api->delete_snippet(12345);
1893-
}
1894-
18951881
/**
18961882
* Test that get_tags() returns the expected data.
18971883
*

0 commit comments

Comments
 (0)