Skip to content

Commit 5fb5a9e

Browse files
committed
fix: migrate fluent assertion api
1 parent ee7c980 commit 5fb5a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Cnblogs.DashScope.Sdk.UnitTests/QWenTokenizerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,6 @@ public void QWenTokenizer_CountIndex_SuccessAsync()
517517

518518
// Assert
519519
maxIndex.Should().Be(155);
520-
tokenCount.Should().BeLessOrEqualTo(100);
520+
tokenCount.Should().BeLessThanOrEqualTo(100);
521521
}
522522
}

0 commit comments

Comments
 (0)