Skip to content

Commit 4593ddd

Browse files
committed
chore: remove .only
1 parent 3ee6b8e commit 4593ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/sessionBackendService.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("ArgentSessionService", () => {
4545
afterEach(() => server.resetHandlers())
4646

4747
describe("signTxAndSession", () => {
48-
it.only("should sign the transactions and session and return a argent service signature response", async () => {
48+
it("should sign the transactions and session and return a argent service signature response", async () => {
4949
const cacheAuthorisation = false
5050

5151
const sessionRequest = {
@@ -108,7 +108,7 @@ describe("ArgentSessionService", () => {
108108
})
109109

110110
describe("signOutsideTxAndSession", () => {
111-
it.only("should sign the outside session and return an argent session signature response", async () => {
111+
it("should sign the outside session and return an argent session signature response", async () => {
112112
const sessionTokenToSign = {
113113
expires_at: 1234567890,
114114
allowed_methods: [

0 commit comments

Comments
 (0)