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:
@ -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
|
||||
|
Reference in New Issue
Block a user