Updating Describe text
It previously said 'Accounts' but 'Password Management' is more accurate for the test
This commit is contained in:
parent
17980d4bcc
commit
fe9dded2ab
|
@ -3,7 +3,7 @@ import * as fixtures from "../../fixtures"
|
|||
import { generator } from "../../../shared"
|
||||
import { Hosting } from "@budibase/types"
|
||||
|
||||
describe("Accounts", () => {
|
||||
describe("Password Management", () => {
|
||||
const config = new TestConfiguration()
|
||||
|
||||
beforeAll(async () => {
|
||||
|
|
Loading…
Reference in New Issue