Skip to content

Commit

Permalink
fixes typo in client
Browse files Browse the repository at this point in the history
Co-authored-by: Bram Verburg <bram.verburg@voltone.net>
Signed-off-by: Kiko Fernandez-Reyes <kikofernandezreyes@gmail.com>
  • Loading branch information
kikofernandez and voltone authored Nov 14, 2024
1 parent 2c39826 commit b63cca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/fuzzing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ func Test_checkFuzzFunc(t *testing.T) {
wantErr: true,
langs: []clients.Language{
{
Name: clients.Haskell,
Name: clients.Elixir,
NumLines: 50,
},
},
Expand Down

0 comments on commit b63cca7

Please # to comment.