Skip to content

Commit

Permalink
refactor: [#310] change describe to Users
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Nov 16, 2023
1 parent 8e9b04c commit 6d6806d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { baseURL } from "nuxt/dist/core/runtime/nitro/paths";

describe("A guest user", () => {
describe("Users", () => {
before(() => {
// Deletes all torrents and their related info from the database so the test can pass
cy.clear_torrents_info_from_database();
Expand Down

0 comments on commit 6d6806d

Please sign in to comment.