Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
4d5cf663
Unverified
Commit
4d5cf663
authored
Jan 11, 2017
by
Lachlan Evenson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed Version from create tests as output schema and values aren't tested
parent
2e0f949d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
create_test.go
pkg/chartutil/create_test.go
+2
-2
No files found.
pkg/chartutil/create_test.go
View file @
4d5cf663
...
...
@@ -32,7 +32,7 @@ func TestCreate(t *testing.T) {
}
defer
os
.
RemoveAll
(
tdir
)
cf
:=
&
chart
.
Metadata
{
Name
:
"foo"
,
Version
:
"1.0.0+a056a76"
}
cf
:=
&
chart
.
Metadata
{
Name
:
"foo"
}
c
,
err
:=
Create
(
cf
,
tdir
)
if
err
!=
nil
{
...
...
@@ -83,7 +83,7 @@ func TestCreateFrom(t *testing.T) {
}
defer
os
.
RemoveAll
(
tdir
)
cf
:=
&
chart
.
Metadata
{
Name
:
"foo"
,
Version
:
"1.0.0+a056a76"
}
cf
:=
&
chart
.
Metadata
{
Name
:
"foo"
}
srcdir
:=
"./testdata/mariner"
if
err
:=
CreateFrom
(
cf
,
tdir
,
srcdir
);
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
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