Resolve ESLint Errors (#934)

This commit is contained in:
Hardikkumar Nai
2021-07-15 19:23:07 +05:30
committed by GitHub
parent 103b3bf6c9
commit 0bbf9de963
7 changed files with 47 additions and 47 deletions

View File

@@ -2,8 +2,8 @@ import * as DataModels from "../../../Contracts/DataModels";
import { parseConnectionString } from "./ConnectionStringParser";
describe("ConnectionStringParser", () => {
const mockAccountName: string = "Test";
const mockMasterKey: string = "some-key";
const mockAccountName = "Test";
const mockMasterKey = "some-key";
it("should parse a valid sql account connection string", () => {
const metadata = parseConnectionString(