Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
zubaira committed Dec 16, 2024
1 parent 7be9619 commit a5dc593
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
import java.util.Set;
import java.util.concurrent.TimeUnit;
import org.awaitility.Awaitility;
import org.hisp.dhis.feedback.BadRequestException;
import org.hisp.dhis.feedback.ConflictException;
import org.hisp.dhis.feedback.ForbiddenException;
import org.hisp.dhis.sms.config.BulkSmsGatewayConfig;
import org.hisp.dhis.sms.config.GatewayAdministrationService;
import org.hisp.dhis.sms.config.SmsGatewayConfig;
Expand Down Expand Up @@ -69,7 +66,7 @@ class SmsMessageSenderTest extends SingleSetupIntegrationTestBase {
private Set<User> users;

@BeforeAll
void setUp() throws ForbiddenException, ConflictException, BadRequestException {
void setUp() {
userService = _userService;
sender = makeUser("S");
userA = makeUser("A");
Expand Down

0 comments on commit a5dc593

Please sign in to comment.