Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
6e730f4c
Commit
6e730f4c
authored
Jan 11, 2015
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bad datastore type won't cause failure
parent
20e16100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
core/core_test.go
core/core_test.go
+0
-1
No files found.
core/core_test.go
View file @
6e730f4c
...
...
@@ -38,7 +38,6 @@ func TestInitialization(t *testing.T) {
bad
:=
[]
*
config
.
Config
{
&
config
.
Config
{
Identity
:
id
,
Datastore
:
config
.
Datastore
{}},
&
config
.
Config
{
Identity
:
id
,
Datastore
:
config
.
Datastore
{
Type
:
"badtype"
}},
&
config
.
Config
{},
&
config
.
Config
{
Datastore
:
config
.
Datastore
{
Type
:
"memory"
}},
}
...
...
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