We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4a682 commit 0c07bc7Copy full SHA for 0c07bc7
internal/bcrypt/ntstatus_test.go
@@ -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