Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir committed Jan 25, 2023
1 parent 7197416 commit 3a1e0f8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/BankTest.php

This file was deleted.

13 changes: 13 additions & 0 deletions tests/PlanTest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace StarfolkSoftware\Paystack\Tests;

use Laminas\Diactoros\Response\JsonResponse;

final class PlanTest extends TestCase
{
public function testOk(): void
{
$this->assertEquals('ok', 'ok');
}
}

0 comments on commit 3a1e0f8

Please sign in to comment.