move account service tags switch to test tags package
This commit is contained in:
		
							parent
							
								
									14455f65cb
								
							
						
					
					
						commit
						3af943f77c
					
				| @ -1,11 +0,0 @@ | ||||
| // +build !online
 | ||||
| 
 | ||||
| package testutil | ||||
| 
 | ||||
| import ( | ||||
| 	"git.grassecon.net/urdt/ussd/internal/handlers/server" | ||||
| ) | ||||
| 
 | ||||
| var ( | ||||
| 	AccountService server.AccountServiceInterface = &server.TestAccountService{} | ||||
| ) | ||||
| @ -1,9 +0,0 @@ | ||||
| // +build online
 | ||||
| 
 | ||||
| package testutil | ||||
| 
 | ||||
| import "git.grassecon.net/urdt/ussd/internal/handlers/server" | ||||
| 
 | ||||
| var ( | ||||
| 	AccountService server.AccountServiceInterface | ||||
| ) | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user