Skip to content

Commit

Permalink
fix: change enum name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglinli committed Aug 22, 2023
1 parent 4884fe7 commit c0e2d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlancer/stonedb/StoneDBOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class StoneDBOptions implements DBMSSpecificOptions<StoneDBOracleFactory>
public List<StoneDBOracleFactory> oracles = List.of(StoneDBOracleFactory.NOREC);

public enum StoneDBOracleFactory implements OracleFactory<StoneDBGlobalState> {
Fuzz {
FUZZER {
@Override
public TestOracle<StoneDBGlobalState> create(StoneDBGlobalState globalState) throws SQLException {
return new StoneDBFuzzOracle(globalState);
Expand Down

0 comments on commit c0e2d23

Please sign in to comment.