Skip to content

Commit ed9e3ee

Browse files
committed
Uncomment test sequence
1 parent eb04ed8 commit ed9e3ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mobile/src/main/java/com/ataulm/notes/SongFactory.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ class SongFactory {
1212

1313
static Sequence test() {
1414
return Sequence.create(
15-
// ConcurrentNotes.create(Note.create(60), Note.create(64), Note.create(67)),
16-
// ConcurrentNotes.create(Note.create(60)),
17-
ConcurrentNotes.create(Note.create(60), Note.create(57))//, Note.create(52))
18-
// ConcurrentNotes.create(Note.create(59))
15+
ConcurrentNotes.create(Note.create(60), Note.create(64), Note.create(67)),
16+
ConcurrentNotes.create(Note.create(60)),
17+
ConcurrentNotes.create(Note.create(60), Note.create(57), Note.create(52)),
18+
ConcurrentNotes.create(Note.create(59))
1919
);
2020
}
2121

0 commit comments

Comments
 (0)