Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
varungup90 committed Feb 7, 2025
1 parent 12f168b commit 75ad50d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/utils/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ func TestTokenizeInputText(t *testing.T) {
tke, _ := tiktoken.GetEncoding(encoding)
outputStr := tke.Decode(tokens)
assert.Equal(t, inputStr, outputStr)
assert.Equal(t, 1, 0)
}

0 comments on commit 75ad50d

Please sign in to comment.