Skip to content

Commit

Permalink
Fix typescript check failure (oppia#13321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Thomas authored Jul 6, 2021
1 parent c037e83 commit d12bfc1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ describe('Admin roles tab component ', function() {
thumbnail_filename: 'image.svg',
thumbnail_bg_color: '#C6DCDA',
is_published: false,
can_edit_topic: true
};

const sampleTopicSummary: CreatorTopicSummary = (
Expand Down

0 comments on commit d12bfc1

Please sign in to comment.