Remove username column (#5052)
This commit is contained in:
@@ -6,7 +6,6 @@ it("presents a user", async () => {
|
||||
User.build({
|
||||
id: "123",
|
||||
name: "Test User",
|
||||
username: "testuser",
|
||||
})
|
||||
);
|
||||
expect(user).toMatchSnapshot();
|
||||
@@ -17,7 +16,6 @@ it("presents a user without slack data", async () => {
|
||||
User.build({
|
||||
id: "123",
|
||||
name: "Test User",
|
||||
username: "testuser",
|
||||
})
|
||||
);
|
||||
expect(user).toMatchSnapshot();
|
||||
|
||||
Reference in New Issue
Block a user