removing stale binary

This commit is contained in:
Roland Osborne 2023-04-07 21:27:05 -07:00
parent ef837e368f
commit f64e8bf7a5
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -106,7 +106,7 @@ func TestSession() {
session := &SturnSession{
user: "user",
auth: "pass",
nonce: "noncynoncenonce",
nonce: "nonceynoncenonce",
}
sturn.sessions["user"] = session
}