Testing Fundamentals - Testing Models and Approaches
Identify the bug in this testing approach code snippet:
approach = 'risk-based'
if approach == 'risk-based'
print('Testing high risk areas first')