Skip to content

Commit 8c29aad

Browse files
committed
fixup
1 parent 1851c4d commit 8c29aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/series.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ struct mir_series(IndexIterator_, Iterator_, size_t N_ = 1, SliceKind kind_ = Co
13071307
auto s = ["b", "a"].series([9, 8]).sort;
13081308

13091309
import mir.format : text;
1310-
assert(s.text == `{ index: [a, b], data: [8, 9] }`, s.text);
1310+
assert(s.text == `{ index: [a, b], data: [8, 9] }`);
13111311
}
13121312
}
13131313

0 commit comments

Comments
 (0)