Skip to content

Commit

Permalink
LP-102 remove dd
Browse files Browse the repository at this point in the history
  • Loading branch information
mah-shamim committed Oct 13, 2023
1 parent fe184d6 commit 62a6b6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Feature/RegistrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"present_country_id" => "18",
"present_post_code" => "1100",
"nationality" => "BANGLADESHI"
])->dd();
//assertStatus(201);
])->assertStatus(201);
});

0 comments on commit 62a6b6e

Please sign in to comment.