Skip to content

Commit e0e91f3

Browse files
authored
bottle-song: bring tests and template in sync (#2155)
The pretty_assertions import was mistakenly added to the test file directly, instead of going through the template: 7978fdb
1 parent 6ed0e0d commit e0e91f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exercises/practice/bottle-song/.meta/test_template.tera

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use bottle_song::*;
2+
use pretty_assertions::assert_eq;
23

34
{% for group in cases %}
45
{% for subgroup in group.cases %}

0 commit comments

Comments
 (0)