Skip to content

Commit

Permalink
[YUNIKORN-2858] Fix typo in preemption_predicate_plugin.go (#966)
Browse files Browse the repository at this point in the history
Closes: #966

Signed-off-by: Yu-Lin Chen <[email protected]>
  • Loading branch information
400Ping authored and chenyulin0719 committed Sep 8, 2024
1 parent 72b0afc commit 6f06490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mock/preemption_predicate_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (m *PreemptionPredicatePlugin) PreemptionPredicates(args *si.PreemptionPred
result.Index = preemption.index
return result
}
m.errHolder.err = fmt.Errorf("mo match found allocationKey=%s, nodeID=%s", args.AllocationKey, args.NodeID)
m.errHolder.err = fmt.Errorf("no match found, allocationKey=%s, nodeID=%s", args.AllocationKey, args.NodeID)
return result
}

Expand Down

0 comments on commit 6f06490

Please sign in to comment.