Skip to content

Commit 0c07bc7

Browse files
committed
fix:add test package
1 parent 7e4a682 commit 0c07bc7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

internal/bcrypt/ntstatus_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package bcrypt
2+
3+
import "testing"
4+
5+
func TestNTStatusErrMessage(t *testing.T) {
6+
7+
StatusWait1 := NTStatus(0x00000001)
8+
9+
t.Error(StatusWait1.Error())
10+
}

0 commit comments

Comments
 (0)