Fix NSFW test
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1e05670501
commit
1502838ddb
1 changed files with 1 additions and 1 deletions
|
@ -115,6 +115,6 @@ func TestNSFW(t *testing.T) {
|
|||
assert.Equal(t, false, hentai.NSFW(ThresholdMedium))
|
||||
|
||||
assert.Equal(t, false, porn.NSFW(ThresholdHigh))
|
||||
assert.Equal(t, true, sexy.NSFW(ThresholdHigh))
|
||||
assert.Equal(t, false, sexy.NSFW(ThresholdHigh))
|
||||
assert.Equal(t, false, hentai.NSFW(ThresholdHigh))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue