Skip to content

Commit b11d670

Browse files
committed
fix tag test, as order has changed
1 parent 22e104f commit b11d670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/format/sgf/TagTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ class TagTest extends Specification with ValidatedMatchers {
2626
)
2727
).sorted.value.map(_.name) must_== List(
2828
Tag.FF,
29-
Tag.CA,
3029
Tag.GM,
30+
Tag.CA,
3131
Tag.DT,
3232
Tag.EV,
3333
Tag.PW,

0 commit comments

Comments
 (0)