Junie: cleanups. Code fixups.
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func TestTOTPBasic(t *testing.T) {
|
||||
// Just test that we can import and use the package
|
||||
// This test verifies that we can import and use the twofactor package.
|
||||
totp := twofactor.TOTP{}
|
||||
fmt.Printf("TOTP: %+v\n", totp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user