Skip to content

Commit

Permalink
Test renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 6, 2024
1 parent abd98a0 commit ab80b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import com.fasterxml.jackson.dataformat.cbor.CBORTestBase;

public class Fuzz_35979_StringValueTest extends CBORTestBase
public class Fuzz_CBOR_35979_StringValueTest extends CBORTestBase
{
private final ObjectMapper MAPPER = cborMapper();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//
// but does not quite fail the way Fuzzer does (AIOOBE on nextToken when
// skipping VALUE_EMBEDDED_OBJECT
public class Fuzz_65617_Test extends CBORTestBase
public class Fuzz_CBOR_65617_Test extends CBORTestBase
{
private final ObjectMapper MAPPER = cborMapper();

Expand Down

0 comments on commit ab80b92

Please sign in to comment.