Skip to content

Commit

Permalink
chore; remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pixincreate committed Sep 19, 2024
1 parent d865aa6 commit cb6f03c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import * as utils from "../RoutingUtils/Utils";
let globalState;

describe("Volume Based Routing Test", () => {
let should_continue = true;

context("Login", () => {
before("seed global state", () => {
cy.task("getGlobalState").then((state) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import * as utils from "../RoutingUtils/Utils";
let globalState;

describe("Rule Based Routing Test", () => {
let should_continue = true;

context("Login", () => {
before("seed global state", () => {
cy.task("getGlobalState").then((state) => {
Expand Down

0 comments on commit cb6f03c

Please sign in to comment.