Skip to content
Snippets Groups Projects
Verified Commit e1d376e4 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

snake case

parent 45824783
Branches
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ sub entries { ...@@ -15,8 +15,8 @@ sub entries {
while ( my $entry = $entries->next ) { while ( my $entry = $entries->next ) {
push @entries, $c->spec_filter( { push @entries, $c->spec_filter( {
$entry->get_columns, $entry->get_columns,
expectedStartAt => $c->format_timestamp( $entry->start, '%H:%M' ), expected_start_at => $c->format_timestamp( $entry->start, '%H:%M' ),
expectedFinishAt => $c->format_timestamp( $entry->finish, '%H:%M' ), expected_finish_at => $c->format_timestamp( $entry->finish, '%H:%M' ),
}, 'ProgramScheduleEntry'); }, 'ProgramScheduleEntry');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment