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
20e16100
Commit
20e16100
authored
Jan 11, 2015
by
Brian Tiger Chow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nil will no longer be a valid argument
parent
fa4cfe8d
Changes
1
Show 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 @
20e16100
...
...
@@ -41,7 +41,6 @@ func TestInitialization(t *testing.T) {
&
config
.
Config
{
Identity
:
id
,
Datastore
:
config
.
Datastore
{
Type
:
"badtype"
}},
&
config
.
Config
{},
&
config
.
Config
{
Datastore
:
config
.
Datastore
{
Type
:
"memory"
}},
nil
,
}
for
i
,
c
:=
range
good
{
...
...
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