Skip to content

Commit

Permalink
more title changes
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Feb 28, 2025
1 parent 84e7457 commit 0edab4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-state-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ on:
- "test/state/**"
- ".github/workflows/api-state-tests.yml"
jobs:
test_bootstrap_1:
name: bootstrap tests
api-state-tests:
name: all state tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down
6 changes: 3 additions & 3 deletions test/state/mocha/bootstrap.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai'
import { spawnApiPromise, spawnHttpServer, spawnMySQL, simpleRequest, waitChildClose } from './lib.js'
import addContext from 'mochawesome/addContext.js'

describe('With no dependencies', function () {
describe('Boot with no dependencies', function () {
let api
const STIGMAN_DEPENDENCY_RETRIES = 2

Expand Down Expand Up @@ -80,7 +80,7 @@ describe('With no dependencies', function () {
})
})

describe('With both dependencies', function () {
describe('Boot with both dependencies', function () {
let api
let mysql
let kc
Expand Down Expand Up @@ -154,7 +154,7 @@ describe('With both dependencies', function () {
})
})

describe('With old mysql', function () {
describe('Boot with old mysql', function () {
let api
let mysql
let kc
Expand Down

0 comments on commit 0edab4b

Please sign in to comment.