Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Nov 29, 2024
1 parent 3ee6b8e commit 4593ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/sessionBackendService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("ArgentSessionService", () => {
afterEach(() => server.resetHandlers())

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

const sessionRequest = {
Expand Down Expand Up @@ -108,7 +108,7 @@ describe("ArgentSessionService", () => {
})

describe("signOutsideTxAndSession", () => {
it.only("should sign the outside session and return an argent session signature response", async () => {
it("should sign the outside session and return an argent session signature response", async () => {
const sessionTokenToSign = {
expires_at: 1234567890,
allowed_methods: [
Expand Down

0 comments on commit 4593ddd

Please sign in to comment.