1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-28 04:25:11 +00:00

Add CI file

This commit is contained in:
2025-06-14 15:24:34 +02:00
parent b94fa28ba9
commit bd871b6457
2 changed files with 28 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func TestTables(t *testing.T) {
}
tables := f.Tables()
expected := "WayDomains, WayProcesses, Untitled"
expected := "Untitled, WayDomains, WayProcesses"
tablesString := ""
for i, table := range tables {
tablesString += table.Name