Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozzey committed Jan 14, 2025
1 parent e95f791 commit ee51385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/services/return-logs/setup/start.service.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SessionHelper = require('../../../support/helpers/session.helper.js')
// Thing under test
const StartService = require('../../../../app/services/return-logs/setup/start.service.js')

describe.only('Return Logs Setup - Start service', () => {
describe('Return Logs Setup - Start service', () => {
let sessionId

before(async () => {
Expand Down

0 comments on commit ee51385

Please sign in to comment.