diff --git a/defines.js b/defines.js index b6ce80d815728d63c652f3e59dbd2d38653a7a60..1227453f6f29a43eb19405e3011284902679b75e 100644 --- a/defines.js +++ b/defines.js @@ -74,7 +74,7 @@ module.exports.TESTER_TYPE = { TEXT_COMPARE: "text_compare", BYTE_COMPARE: "byte_compare", NUMBER_COMPARE: "number_compare", - GREATER_THAN: "greater_than", + GREATER_THAN_OR_EQUAL: "greater_than_or_equal", CUSTOM: "custom", EXTERNAL: "external", NOT_TEST: "not_test"