We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2076d6 commit 44133f7Copy full SHA for 44133f7
abe/cpabe/tkn20/tkn20_test.go
@@ -108,7 +108,7 @@ func TestEndToEndEncryption(t *testing.T) {
108
t.Fatalf("extracted policy doesn't match original")
109
}
110
if sat != npol2.Satisfaction(attrs) {
111
- t.Fatalf("round triped policy doesn't match original")
+ t.Fatalf("round tripped policy doesn't match original")
112
113
ctSat := attrs.CouldDecrypt(ct)
114
pt, err := sk.Decrypt(ct)
0 commit comments