Skip to content

Commit

Permalink
Test name fix (wrt ref to OSS-Fuzz fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 12, 2023
1 parent 6d7a885 commit 5aabe07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.yaml.ModuleTestBase;

public class FuzzYAMLRead63273Test extends ModuleTestBase
public class FuzzYAMLRead63274Test extends ModuleTestBase
{
private final ObjectMapper MAPPER = newObjectMapper();

// https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63274
public void testReadBoundary63273() throws Exception
public void testReadBoundary63274() throws Exception
{
// As bytes:
/*
Expand Down

0 comments on commit 5aabe07

Please sign in to comment.