Skip to content

Commit

Permalink
fix: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing committed Sep 22, 2023
1 parent ec27d31 commit 3d87e74
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,5 @@ void processName() {
.isEqualTo("post_news" + suffix);
assertThat(viewNameResolver.computeResourceName("post_news.test"))
.isEqualTo("post_news.test" + suffix);
assertThat(viewNameResolver.computeResourceName(null)).isNull();
}
}

0 comments on commit 3d87e74

Please sign in to comment.