mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
insert jakarta imports where javax import were positioned
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.commafeed.frontend.ws;
|
||||
|
||||
import jakarta.websocket.Session;
|
||||
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.ExtendWith;
|
||||
@@ -11,8 +13,6 @@ import org.mockito.junit.jupiter.MockitoExtension;
|
||||
import com.codahale.metrics.MetricRegistry;
|
||||
import com.commafeed.backend.model.User;
|
||||
|
||||
import jakarta.websocket.Session;
|
||||
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
class WebSocketSessionsTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user