Skip to content

Commit

Permalink
refined text
Browse files Browse the repository at this point in the history
  • Loading branch information
k00ni committed Aug 29, 2023
1 parent a9882f7 commit 5f14f94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function testExtendColumns(): void

// MySQL
$table_fields = $this->store->getDBObject()->fetchList('DESCRIBE arc_g2t');
$this->assertEquals('int(10) unsigned', $table_fields[0]['Type']);
$this->assertStringContainsString('int', $table_fields[0]['Type']);
$this->assertStringContainsString('unsigned', $table_fields[0]['Type']);
}
}

0 comments on commit 5f14f94

Please sign in to comment.