Skip to content
Snippets Groups Projects
Commit 1e00e198 authored by Jonah Husson's avatar Jonah Husson
Browse files

fix up test

parent 041f67b3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ import ( ...@@ -7,7 +7,8 @@ import (
"time" "time"
) )
func TestSessionStorage(t *testing.T) { // Smoke test for session object init/set/get methods
func TestSession_Smoke(t *testing.T) {
err := os.RemoveAll(".session_testdir") err := os.RemoveAll(".session_testdir")
if err != nil { if err != nil {
t.Errorf(err.Error()) t.Errorf(err.Error())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment