Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Florin Rendler committed Nov 15, 2020
1 parent 1b7c0c1 commit 6a81782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note/memoryrepo_test.go
Expand Up @@ -148,7 +148,7 @@ func TestMemoryRepo_StoreWithTimeout(t *testing.T) {
expire string
err string
}{
{"store into repo with bad duration", "test_content", "abc", "time: invalid duration \"abc\""},
{"store into repo with bad duration", "test_content", "abc", "time: invalid duration abc"},
}

for _, tt := range tests {
Expand Down

0 comments on commit 6a81782

Please sign in to comment.