mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
Make ignoreLinesStartingWith varargs (#2691)
It still is a list, because we String::startsWith does not benefit from the target being in a set.
This commit is contained in:
@@ -115,7 +115,7 @@ class SchemaTest {
|
||||
Joiner.on(File.separatorChar).join(MOUNTED_RESOURCE_PATH, DUMP_OUTPUT_FILE));
|
||||
|
||||
assertThat(dumpedSchema)
|
||||
.ignoringLinesThatStartWith("--")
|
||||
.ignoringLinesStartingWith("--")
|
||||
.hasSameContentAs(Resources.getResource("sql/schema/nomulus.golden.sql"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user