Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
348ff138
authored
2014-04-09 12:39:12 +0800
by
Donald Zhan
Committed by
astaxie
2014-05-17 02:26:49 +0800
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update the error message
1 parent
52817fb6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
cache/cache_test.go
cache/cache_test.go
View file @
348ff13
...
...
@@ -40,7 +40,7 @@ func TestCache(t *testing.T) {
}
if
err
=
bm
.
Decr
(
"astaxie"
);
err
!=
nil
{
t
.
Error
(
"
In
cr Error"
,
err
)
t
.
Error
(
"
De
cr Error"
,
err
)
}
if
v
:=
bm
.
Get
(
"astaxie"
);
v
.
(
int
)
!=
1
{
...
...
@@ -77,7 +77,7 @@ func TestFileCache(t *testing.T) {
}
if
err
=
bm
.
Decr
(
"astaxie"
);
err
!=
nil
{
t
.
Error
(
"
In
cr Error"
,
err
)
t
.
Error
(
"
De
cr Error"
,
err
)
}
if
v
:=
bm
.
Get
(
"astaxie"
);
v
.
(
int
)
!=
1
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment