Skip to content

Commit 79a105a

Browse files
committed
fix(tests): remove extra closing brace in RouterTest causing parse error
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MUinjJLvJod1u9s2e9T6zc
1 parent f079dcd commit 79a105a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/specs/web/routing/RouterTest.cfc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,6 @@ component extends="coldbox.system.testing.BaseModelTest" {
720720
expect( routes[ 1 ].responsePlaceholders ).toHaveLength( 0 );
721721
} );
722722
} );
723-
} );
724723
}
725724

726725
}

0 commit comments

Comments
 (0)