aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-10-23 16:52:32 +0530
committerArundathi Patil <arundpil@in.ibm.com>2019-10-23 16:52:40 +0530
commit5b911f119751ae219d0f83fccdb24b8585157153 (patch)
tree1d431f8d61773b4de46d95fee5cbb4bf7c6fd5d0
parent9b6479dafc705bdf8c589d7ea6021516ec02d29b (diff)
template-configuration component- test case fix
Fixed unit test case Issue-ID: APPC-1632 Change-Id: I967e580361792595b8e29c9ebb7046682116b5a1 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
-rw-r--r--src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts
index e4c4e42..9847766 100644
--- a/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts
+++ b/src/app/vnfs/build-artifacts/template-holder/template-configuration/template-configuration.component.spec.ts
@@ -395,7 +395,7 @@ describe('GoldenConfigurationComponent', () => {
}));
// fileChange method
- it('Should validatte fileChange method if file type is xml', async(() => {
+ fit('Should validatte fileChange method if file type is xml', (() => {
fixture = TestBed.createComponent(GoldenConfigurationComponent);
component = fixture.componentInstance;
let reader = new FileReader();