Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
isatyakamala committed Jun 11, 2024
1 parent b85014d commit b6c692e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/config_logging/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func TestMain(m *testing.M) {
func TestConfigLogging(t *testing.T) {
logger.GetLogger().Log(logger.Debug, "Test config-logging begin +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n")

if testutil.RegexCountFile("OCC_CONFIG", "cal.log") < 6 {
if testutil.RegexCountFile("OCC_CONFIG", "cal.log") < 9 {
t.Fatalf("Can't find OCC_CONFIG cal event")
}

Expand Down

0 comments on commit b6c692e

Please sign in to comment.