Skip to content

Commit

Permalink
fixing test bind less error
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-1983 committed Sep 24, 2024
1 parent 4000eab commit eaa91c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/bindLess/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestBindLess(t *testing.T) {
logger.GetLogger().Log(logger.Debug, "TestBindLess +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n")
testutil.BackupAndClear("cal", "BindLess start")
testutil.BackupAndClear("hera", "BindLess start")
err := partialBadLoad(0.10)
err := partialBadLoad(0.07)
if err != nil && err != NormCliErr() {
t.Fatalf("main step function returned err %s", err.Error())
}
Expand Down

0 comments on commit eaa91c8

Please sign in to comment.