Skip to content

Commit

Permalink
Merge pull request #89 from velocitycareerlabs/VL-7981-proof
Browse files Browse the repository at this point in the history
fix: fix
  • Loading branch information
michaelavoyan authored Jun 3, 2024
2 parents 4c791c3 + d695934 commit 7125ab1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import VCLEnvironment from "../../VCLEnvironment";
import VCLCryptoServicesDescriptor from "./VCLCryptoServicesDescriptor";
import { VCLXVnfProtocolVersion } from "../../VCLXVnfProtocolVersion";
import VCLXVnfProtocolVersion from "../../VCLXVnfProtocolVersion";

export default class VCLInitializationDescriptor {
constructor(
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/impl/GlobalConfig.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import VCLEnvironment from "../api/VCLEnvironment";
import { VCLXVnfProtocolVersion } from "../api/VCLXVnfProtocolVersion";
import VCLXVnfProtocolVersion from "../api/VCLXVnfProtocolVersion";

export default class GlobalConfig {
static IsDebugOn = false;
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/test/repositories/Urls.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

import Urls, { HeaderValues } from "../../src/impl/data/repositories/Urls";
import GlobalConfig from "../../src/impl/GlobalConfig";
import { VCLEnvironment } from "../../src";
import { VCLXVnfProtocolVersion } from "../../src/api/VCLXVnfProtocolVersion";
import VCLXVnfProtocolVersion from "../../src/api/VCLXVnfProtocolVersion";
import VCLEnvironment from "../../src/api/VCLEnvironment";

describe('UrlsTest', () => {

Expand Down

0 comments on commit 7125ab1

Please sign in to comment.