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
System
Partition
Commits
aaf5e1e6
Commit
aaf5e1e6
authored
May 12, 2021
by
Matt Wise
Browse files
properly remove partition on test teardown
parent
f1a1dfd1
Changes
1
Show whitespace changes
Inline
Side-by-side
testing/partition-test-aws/src/test/java/org/opengroup/osdu/partition/api/TestUpdatePartition.java
View file @
aaf5e1e6
...
...
@@ -30,6 +30,12 @@ public class TestUpdatePartition extends UpdatePartitionTest {
@After
@Override
public
void
tearDown
()
{
try
{
this
.
deleteResource
();
}
catch
(
Exception
e
)
{
}
this
.
testUtils
=
null
;
}
...
...
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