Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
3db4f1e2
Commit
3db4f1e2
authored
Mar 22, 2021
by
Daniel Perez
Browse files
Testing correct unit test
parent
7dbdd3e9
Pipeline
#32993
passed with stages
in 6 minutes and 55 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
tests/utest/dao/tenant.ts
View file @
3db4f1e2
...
...
@@ -68,7 +68,7 @@ export class TestTenant {
}
as
ITenantModel
]);
const
result
=
await
TenantDAO
.
get
(
'
tenant-a
'
);
Tx
.
checkTrue
(
result
.
name
===
'
tenant-a
'
&&
result
.
esd
===
'
1
esd
'
&&
result
.
gcpid
===
'
gcpid
'
,
done
);
Tx
.
checkTrue
(
result
.
name
===
'
tenant-a
'
&&
result
.
esd
===
'
esd
'
&&
result
.
gcpid
===
'
gcpid
'
,
done
);
});
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment